diff options
author | Craig Earls <enderw88@gmail.com> | 2013-04-06 07:35:02 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-04-06 07:35:02 -0700 |
commit | 8b32a733a79c7f15883ecd414b61c417d44182ee (patch) | |
tree | 854d4d9f05db0d89a9b9e55351d4edbaf794c9d8 /lisp/ldg-fonts.el | |
parent | 896d1cc3ec22659f296efa03c962abe69e5dd6e1 (diff) | |
parent | f80fb99039e60869ae8497914baa25ca079e5483 (diff) | |
download | ledger-8b32a733a79c7f15883ecd414b61c417d44182ee.tar.gz ledger-8b32a733a79c7f15883ecd414b61c417d44182ee.tar.bz2 ledger-8b32a733a79c7f15883ecd414b61c417d44182ee.zip |
Merge branch 'next' into ledger-mode-automatic-transactions
Diffstat (limited to 'lisp/ldg-fonts.el')
-rw-r--r-- | lisp/ldg-fonts.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lisp/ldg-fonts.el b/lisp/ldg-fonts.el index d83e7f9b..cb7a81c0 100644 --- a/lisp/ldg-fonts.el +++ b/lisp/ldg-fonts.el @@ -50,7 +50,7 @@ :group 'ledger-faces) (defface ledger-font-other-face - `((t :foreground "#657b83" :weight bold)) + `((t :foreground "#657b83" )) "Default face for other transactions" :group 'ledger-faces) @@ -126,15 +126,12 @@ (,ledger-account-pending-regex 2 'ledger-font-posting-account-pending-face) ; Works (,ledger-account-any-status-regex 2 - 'ledger-font-posting-account-face)) ; Works + 'ledger-font-posting-account-face) ; Works + (,ledger-other-entries-regex 1 + 'ledger-font-other-face)) "Expressions to highlight in Ledger mode.") -;; (defvar ledger-font-lock-keywords -;; `( (,ledger-other-entries-regex 1 -;; ledger-font-other-face)) -;; "Expressions to highlight in Ledger mode.") - (provide 'ldg-fonts) ;;; ldg-fonts.el ends here |