diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-05 11:07:36 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-05 11:07:36 -0700 |
commit | 71de1e6cdcdea280f5bf63a8a2e3d7a22411c663 (patch) | |
tree | d2f0974c352316eb8b81733de9f0ef4a0041cedc /lisp/ldg-new.el | |
parent | c7bf701cb3cb13afe80e0a3d778d2e756dba9c0d (diff) | |
download | ledger-71de1e6cdcdea280f5bf63a8a2e3d7a22411c663.tar.gz ledger-71de1e6cdcdea280f5bf63a8a2e3d7a22411c663.tar.bz2 ledger-71de1e6cdcdea280f5bf63a8a2e3d7a22411c663.zip |
Enh 246 add code folding to ledger mode
Based on loccur. Hides everything but the xacts that match a regex. Linked to reconcile mode so that when you reconcile an account on xacts with that account are shown. Documentation updated
Diffstat (limited to 'lisp/ldg-new.el')
-rw-r--r-- | lisp/ldg-new.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ldg-new.el b/lisp/ldg-new.el index c885cf21..1d7d5cac 100644 --- a/lisp/ldg-new.el +++ b/lisp/ldg-new.el @@ -45,6 +45,8 @@ (require 'ldg-xact) (require 'ldg-sort) (require 'ldg-fonts) +(require 'ldg-occur) + ;(autoload #'ledger-mode "ldg-mode" nil t) ;(autoload #'ledger-fully-complete-entry "ldg-complete" nil t) ;(autoload #'ledger-toggle-current "ldg-state" nil t) |