From d022b8078a670a8f919d22b44cd1a8b8c49614d4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 27 Feb 2026 10:31:59 +0100 Subject: emacs: Remap project-.*-regexp commands to their mm- versions --- .config/emacs/modules/mm-keybindings.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.config/emacs') diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 432c64e..0df92ce 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -90,11 +90,6 @@ the first command is remapped to the second command." open-line e/open-line yank e/yank) -(with-eval-after-load 'project - (mm-keymap-remap project-prefix-map - project-find-regexp mm-project-find-regexp - project-or-external-find-regexp mm-project-or-external-find-regexp)) - (with-eval-after-load 'cc-vars (setopt c-backspace-function #'backward-delete-char)) @@ -153,8 +148,12 @@ the first command is remapped to the second command." ;;; Other Bindings -(when mm-humanwave-p - (with-eval-after-load 'project +(with-eval-after-load 'project + (mm-keymap-set project-prefix-map + "g" #'mm-project-find-regexp + "G" #'mm-project-or-external-find-regexp) + + (when mm-humanwave-p (mm-keymap-set project-prefix-map "q" #'mm-humanwave-query))) -- cgit v1.2.3