Greg Lucas
Greg Lucas
One suggestion here: Rather than rearranging the init file you can use the after-init-hook to make sure setup is called after custom-set-variables. For example: ``` (add-hook 'after-init-hook 'sml/setup) ```
Should gh read user/token from git config as suggested here: https://github.com/blog/180-local-github-config?
I could be an edge case, then. Personally I often find myself wanting both variants. I think the interactive-with-feedback approach of zop would make it more intuitive than having two...
Not sure when it was added, but there is a built-in Emacs function for this already: `theme-choose-variant`, which is also aliased to `toggle-theme`.
I'm seeing the same, and this was working at some point previously... I can directly query with the host, request, and bearer auth reported by --debug and I get the...
Agreed, this would be very useful.
Yes, that works. It's only an issue with `'auto`, presumably because of how the set of candidates gets reset when there aren't any open buffers that match. It is a...
Looks like just checking for either mode in the existing advice works fine: (when (or stripe-buffer-mode stripe-table-mode)
Any chance for merging this? Looks useful.
@gnosticscrounger You can implement this as your own function: call avy and then call isearch if avy did not find anything. After a little experimentation I found avy returns `'t`...