Fabian Brosda

Results 4 issues of Fabian Brosda

Hi, with the changes from https://github.com/gwkkwg/metabang-bind/issues/9 something like ```lisp (bind (((a &rest nil) '(1 2 3))) (print a)) ``` no longer works. Was this by accident and could be fixed...

https://github.com/susam/devil/issues/19

This adds support for the which-key-mode based on the advice in https://github.com/justbur/emacs-which-key/pull/353#issuecomment-1965404948 It reuses most parts of the original implementation found in https://github.com/justbur/emacs-which-key/pull/353/files and adjusts it for the changes made...

Hi, I hope you don't mind, that I create another pull request. The change contains a new variable `devil-exit-key`, which can be set to some key to exit a repeatable...