Require correct feature

In `ledger-matching.el' require `ledger-report' instead of `ldg-report'.
That library was renamed like all the others.
This commit is contained in:
Jonas Bernoulli 2016-02-06 02:35:36 +01:00
parent 9b49ade03a
commit acfc97d6d3

View file

@ -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")