diff options
author | John Wiegley <johnw@newartisans.com> | 2013-01-29 12:04:10 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-01-29 12:04:10 -0800 |
commit | 6410f391f9f6b24c20f0146599199b5e868007a4 (patch) | |
tree | 25dcf479e7f649a1031b63c24de135c6b7b2f4fb /lisp/ldg-reconcile.el | |
parent | de8974c6e51ad8e77a97c9b4d2aa89e6d5790133 (diff) | |
parent | 426e1056518301456959e27fd0bbb16829274a1b (diff) | |
download | fork-ledger-6410f391f9f6b24c20f0146599199b5e868007a4.tar.gz fork-ledger-6410f391f9f6b24c20f0146599199b5e868007a4.tar.bz2 fork-ledger-6410f391f9f6b24c20f0146599199b5e868007a4.zip |
Merge pull request #135 from enderw88/emacs-mode-easy-load
Fixed the new ledger mod so that loading leg-new.el is sufficient
Diffstat (limited to 'lisp/ldg-reconcile.el')
-rw-r--r-- | lisp/ldg-reconcile.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index 73409e66..08dbc587 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -203,3 +203,5 @@ (define-key map [menu-bar ldg-recon-menu sav] '("Save" . ledger-reconcile-save)) (use-local-map map))) + +(provide 'ldg-reconcile)
\ No newline at end of file |