Skip to content

Commit

Permalink
Require correct feature
Browse files Browse the repository at this point in the history
In `ledger-matching.el' require `ledger-report' instead of `ldg-report'.
That library was renamed like all the others.
  • Loading branch information
tarsius committed Feb 6, 2016
1 parent 9b49ade commit acfc97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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")
Expand Down

0 comments on commit acfc97d

Please sign in to comment.