diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2016-04-07 00:15:09 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2016-04-07 00:15:09 +0200 |
commit | 6cbe04ca85453291326a8db5a53a5eb4f1665b68 (patch) | |
tree | 5c105c6d7a31d2c25d999962662be471657f0aa9 | |
parent | 11151414aa70f6673b2464e938ae930d8674c915 (diff) | |
download | fork-ledger-6cbe04ca85453291326a8db5a53a5eb4f1665b68.tar.gz fork-ledger-6cbe04ca85453291326a8db5a53a5eb4f1665b68.tar.bz2 fork-ledger-6cbe04ca85453291326a8db5a53a5eb4f1665b68.zip |
Require correct feature
In `ledger-matching.el' require `ledger-report' instead of `ldg-report'.
That library was renamed like all the others.
-rw-r--r-- | contrib/raw/ledger-matching.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/raw/ledger-matching.el b/contrib/raw/ledger-matching.el index b8e62dd9..36006a69 100644 --- a/contrib/raw/ledger-matching.el +++ b/contrib/raw/ledger-matching.el @@ -1,6 +1,6 @@ ;; This library is intended to allow me to view a receipt on one panel, and tie it to ledger transactions in another -(require 'ldg-report) +(require 'ledger-report) (defgroup ledger-matching nil "Ledger image matching") |