From a373f9f4e5bef088888adc234783087e71e45a78 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Fri, 5 Apr 2013 12:24:54 -0700 Subject: [PATCH] other font cleanup --- lisp/ldg-fonts.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lisp/ldg-fonts.el b/lisp/ldg-fonts.el index a76051fb..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) @@ -132,11 +132,6 @@ "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