summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-11 17:59:26 -0600
committerCase Duckworth2021-03-11 17:59:26 -0600
commit8bf76df8c7107afbe274c0a14da1e150ed97460c (patch)
tree8da89a1d9f1a23e4fa8093c69a0ee6e922e70826 /init.el
parentRemap `just-one-space' to `cycle-spacing' (diff)
downloademacs-8bf76df8c7107afbe274c0a14da1e150ed97460c.tar.gz
emacs-8bf76df8c7107afbe274c0a14da1e150ed97460c.zip
Remove M-g M-g consult bindings
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.el b/init.el index 7ca8aec..6a3f23d 100644 --- a/init.el +++ b/init.el
@@ -225,8 +225,6 @@
225 ("C-x r x" consult-register) 225 ("C-x r x" consult-register)
226 ("C-x r b" consult-bookmark) 226 ("C-x r b" consult-bookmark)
227 ;; M-g bindings (`goto-map') 227 ;; M-g bindings (`goto-map')
228 ("M-g g" consult-line)
229 ("M-g M-g" consult-line)
230 ("M-g o" consult-outline) 228 ("M-g o" consult-outline)
231 ("M-g m" consult-mark) 229 ("M-g m" consult-mark)
232 ("M-g k" consult-global-mark) 230 ("M-g k" consult-global-mark)