branch: elpa/csv2ledger
commit c8939a44220d39377a105debeeb9a4f54637a40e
Author: Joost Kremers <joostkrem...@fastmail.com>
Commit: Joost Kremers <joostkrem...@fastmail.com>

    Fix c2l-read-account-matchers
    
    - Add interactive spec.
    - Add a message to let the user know that the account matchers have been 
re-read.
---
 csv2ledger.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/csv2ledger.el b/csv2ledger.el
index 475fda6944..a34efa2679 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -502,7 +502,9 @@ new buffer is created."
 
 (defun c2l-read-account-matchers ()
   "(Re)read the account matchers file."
-  (c2l-set-matcher-regexps 'force))
+  (interactive)
+  (c2l-set-matcher-regexps 'force)
+  (message "[Csv2Ledger] Reading account matchers file... Done."))
 
 ;;;###autoload
 (defun c2l-csv-entry-as-kill ()

Reply via email to