diff options
author | Craig Earls <enderw88@gmail.com> | 2013-03-31 19:19:54 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-03-31 19:19:54 -0700 |
commit | b15d4bc09e40c71bd9a59f33457839daaec659a8 (patch) | |
tree | 106e5784369ed8bbb584ca2766819f279c5d55ab /lisp/ldg-fonts.el | |
parent | 9f25571accaa2a31afb28c7daa2dc4832e226383 (diff) | |
parent | 9fc1f512b52e36402a3e913b495b1adc283f6073 (diff) | |
download | ledger-b15d4bc09e40c71bd9a59f33457839daaec659a8.tar.gz ledger-b15d4bc09e40c71bd9a59f33457839daaec659a8.tar.bz2 ledger-b15d4bc09e40c71bd9a59f33457839daaec659a8.zip |
Merge branch 'next' into ledger-mode-automatic-transactions
Diffstat (limited to 'lisp/ldg-fonts.el')
-rw-r--r-- | lisp/ldg-fonts.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-fonts.el b/lisp/ldg-fonts.el index 76bfc03d..3a7d1e0a 100644 --- a/lisp/ldg-fonts.el +++ b/lisp/ldg-fonts.el @@ -38,7 +38,7 @@ :group 'ledger-faces) (defface ledger-font-highlight-face - `((t :background "white")) + `((t :background "#eee8d5")) "Default face for transaction under point" :group 'ledger-faces) |