makey
makey copied to clipboard
Flexible context menu system
## Expected behavior Calling `(makey-key-mode-build-keymap 'clojure-mode)` should return a keymap. ## Actual behavior Calling `(makey-key-mode-build-keymap 'clojure-mode)` gives the following error: ``` Debugger entered--Lisp error: (error "Key sequence C-c C-r C-a...
in go-mode the default prefix is C-c C-g when using any mode that depends on makey you will get an empty buffer
With Magit you can press `tab` to jump between commands, also hitting `enter` will run the command or toggle the flag under the cursor. These are really convenient features that...