diff options
Diffstat (limited to '.config/emacs/modules/mm-keybindings.el')
| -rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 3aa548e..f7038ea 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -146,6 +146,14 @@ the first command is remapped to the second command." "i" #'increment-number-at-point)) +;;; Other Bindings + +(when mm-humanwave-p + (with-eval-after-load 'project + (mm-keymap-set project-prefix-map + "q" #'mm-humanwave-query))) + + ;;; Display Available Keybindings (use-package which-key |