Results 95 comments of Aaron Zeng

`ledger-init-file-name` is supposed to be the path to your ledger configuration, e.g., `~/.ledgerrc`, not a journal file. `ledger-master-file` is (in addition to being a function) a buffer-local variable that is...

Ah, I see. Looking at it now, it looks like `ledger-master-file` is simply not used for `ledger-add-transaction` (it is used for reports and flymake). I don't know if this is...

Hi @alphapapa, I've been seeing this issue too, and the linked commit fixes it for me. Would appreciate it if you could merge the fix!

BTW I have installed this patch locally at my site and it works correctly. If you could merge it when you get the chance, that would be great.

BTW it seems that this is probably just a consequence of overlay priorities for `evil-ex-search-overlay` and `evil-ex-substitute-overlay` being very high (1000) while `evil-visual-overlay`'s `priority` is only 99. Presumably the search...