summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2016-02-06 02:35:36 +0100
committerJonas Bernoulli <jonas@bernoul.li>2016-02-06 02:35:36 +0100
commitacfc97d6d3add21222b64f624364734a8133924b (patch)
tree32960093d3bcd0d3ee27005d642cf106fd53d90c /contrib
parent9b49ade03a3e5d9089ee031bdf733004cee8a36e (diff)
downloadfork-ledger-acfc97d6d3add21222b64f624364734a8133924b.tar.gz
fork-ledger-acfc97d6d3add21222b64f624364734a8133924b.tar.bz2
fork-ledger-acfc97d6d3add21222b64f624364734a8133924b.zip
Require correct feature
In `ledger-matching.el' require `ledger-report' instead of `ldg-report'. That library was renamed like all the others.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/raw/ledger-matching.el2
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")