Fabian Brosda
Fabian Brosda
Hi, first of all thanks for the original implementation. As it is unfortunately no longer compatible with the current which-key implementation I adapted it and added it to devil.el https://github.com/susam/devil/pull/33
Ok, thx for your feedback. If I find some time, I'll start by looking into this specific issue.
I also hit this problem, when using `(treesit-auto-add-to-auto-mode-alist 'all)`. The problem is, as far as I understand, that the recipe for the `glsl-ts-mode` does not declare an extension. I don't...
I recently started using devil-mode and having a visual indicator, when it is possible to repeat some keys was something I really missed. So I made a quick draft, how...
Thanks for the feedback. The version in the pull request now remembers the original colors and restores these. Note, the feature is disabled by default and you need to set...
Stumbled over this, too. Seems to be similar to what is described in this old thread: https://mail.gnu.org/archive/html/help-gnu-emacs/2008-10/msg00402.html The problem here is that the `pre-command-hook`, which is used for `delete-selection-mode`, isn't...
Noticed the same issue, after the upgrade of the corresponding Arch package and thought I can help, by doing a git bisect of the issue. But I noticed, that the...