Hugo Heagren
Hugo Heagren
Inspired by [this blogpost](http://blog.binchen.org/posts/enhance-emacs-git-gutter-with-ivy-mode.html), a while ago I wrote a command which used git-gutter-plus to displaye a list of hunks in completing-read, and jump point to the one selected. I...
It would be really useful (for me at least), to be able to see in a dired buffer which files are un/tracked, which are modified, etc, just like hunks in...
I don't really use biblio itself, but it serves as an incredibly powerful backend for stuff in ebib, which I use a lot. A while ago I raised [this issue](https://github.com/joostkremers/ebib/issues/218),...
The basic idea is that I could call some embark action during any call to `read-file-name`, be presented with a list of possible alternatives (some of which I might have...
I've been learning recently about tab-bar-mode, which is great. Like opening in the other window, or other frame, I think it would be useful for functions like `counsel-find-file` to have...
**Is your feature request related to a problem? Please describe.** I plan essays and write notes in org mode, and use org mode's citation syntax to plan my references. But...
I had to write a long, important emai today and I wanted it to be just right. I used the preview function to check how it read in html, then...
With ivy, it is possible to select multiple candidates, and ivy integrates itself into multi-choice menus like the one org-msg uses to attach files. At the moment, if I select...
I'm trying to port some of my old config into neater use-package declarations and I have a few `add-hook`s which use the optional `DEPTH` and `LOCAL` args of that function....
I wanted to add a key to my citar config for opening a citation in ebib. This requires binding keys to conses of a description string and a function. This...