summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2026-03-20 16:34:58 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2026-03-20 16:35:59 +0100
commit46e4626e4a9326fd32161459db1a22af7b791902 (patch)
treed814d42fd9368912c99fe88dc1ae6979a08f1f58 /.config/emacs
parent999b871b5e47718ddce4005119dfb622e9709950 (diff)
emacs: Map ‘C-x p G’ to ‘project-git-grab’
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/modules/mm-keybindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el
index 0df92ce..929dd02 100644
--- a/.config/emacs/modules/mm-keybindings.el
+++ b/.config/emacs/modules/mm-keybindings.el
@@ -151,7 +151,7 @@ the first command is remapped to the second command."
(with-eval-after-load 'project
(mm-keymap-set project-prefix-map
"g" #'mm-project-find-regexp
- "G" #'mm-project-or-external-find-regexp)
+ "G" #'project-git-grab)
(when mm-humanwave-p
(mm-keymap-set project-prefix-map