summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-04-05 12:24:54 -0700
committerCraig Earls <enderw88@gmail.com>2013-04-05 12:24:54 -0700
commita373f9f4e5bef088888adc234783087e71e45a78 (patch)
tree2d0efe016311c3ab49070236fdf7b3ab9007f986 /lisp
parent35febddf3fc9be89dbe93bce85ea4fac6d6a42c9 (diff)
downloadfork-ledger-a373f9f4e5bef088888adc234783087e71e45a78.tar.gz
fork-ledger-a373f9f4e5bef088888adc234783087e71e45a78.tar.bz2
fork-ledger-a373f9f4e5bef088888adc234783087e71e45a78.zip
other font cleanup
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldg-fonts.el7
1 files changed, 1 insertions, 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