Alex Branham
Alex Branham
I noticed that the first call to `helm-bibtex` was always quite slow and decided to investigate. Long story short, the call to `bibtex-completion-prepare-entry` was taking a long time. It turns...
I assume this is somehow related to #813 ## Expected behavior ``` c("test", "one") ``` with point on the " after one" and run sp-backward-kill-word should kill one ## Actual...
Various fixes so the byte compiler is satisfied, a few checkdoc fixes. `string-as-unibyte` is obsolete in upcoming Emacs 26, Can you double-check that `(encode-coding-string data 'no-conversion)` is right?
Initial implementation of tag completion (bug #166 ). Still need to write tests and add completion for tag values. I don't really use tags that much so any feedback is...
It would be nice if I could clear whole transactions depending on whether I get a statement from that account so for a file like: ``` 2018-02-02 HEB expenses:food $...
Currently the keyboard shortcut does not work unless the button is physically pressed first. I've got no idea why; related to #19. I spent some time trying to get it...