Piers Cawley
Piers Cawley
Consider `help-map`. It's accessible via multiple keys, I've tweaked mine to have a couple of 'keyspaces' within it, but if I want to get the description right when under both...
When running on the terminal, emacs does preprocessing of ESC, which means it doesn't escape back to command mode. I took a look at `evil-mode` to try and work out...
Occasionally `fringe-helper-modification-func` gets called with beg > end, which breaks `search-forward`, so fix the canonicalisation of `beg` and `end` to ensure that `(< beg end)` holds true and the searches...
I'm trying to use the `:LOGBOOK:` drawer as a Changelog for blog posts, but `org-hugo--parse-logbook-entry` is throwing "No time stamp is recorded in the LOGBOOK drawer entry" with an entry...