diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-14 11:40:08 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-14 11:40:08 -0700 |
commit | 67201ee8508737cf35c5916953a7b30d01890780 (patch) | |
tree | ce949868417b1d433844a4547cb48a3d28e4d0e7 /lisp/ldg-fonts.el | |
parent | 30dc7e349db236d842cbe86fbf4972f0dbbbd10a (diff) | |
download | fork-ledger-67201ee8508737cf35c5916953a7b30d01890780.tar.gz fork-ledger-67201ee8508737cf35c5916953a7b30d01890780.tar.bz2 fork-ledger-67201ee8508737cf35c5916953a7b30d01890780.zip |
Add highlighting in the report window if the line is mapped to a file
Diffstat (limited to 'lisp/ldg-fonts.el')
-rw-r--r-- | lisp/ldg-fonts.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ldg-fonts.el b/lisp/ldg-fonts.el index d72c9403..cf40c59d 100644 --- a/lisp/ldg-fonts.el +++ b/lisp/ldg-fonts.el @@ -86,6 +86,11 @@ "Default face for pending (!) transactions in the reconcile window" :group 'ledger-faces) +(defface ledger-font-report-clickable-face + `((t :foreground "#cb4b16" :weight normal )) + "Default face for pending (!) transactions in the reconcile window" + :group 'ledger-faces) + (defvar ledger-font-lock-keywords '(("^[0-9]+[-/.=][-/.=0-9]+\\s-\\!\\s-+\\(([^)]+)\\s-+\\)?\\([^*].+?\\)\\(\\( ;\\| ;\\|$\\)\\)" 2 'ledger-font-pending-face) |