summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 9fb8e57..d504562 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -21,7 +21,7 @@
(keymap-global-unset "C-z")
(keymap-global-unset "C-x C-z")
(keymap-global-set "C-x C-b" #'ibuffer)
-(keymap-global-set "H-SPC" #'pop-to-mark-command)
+(keymap-global-set "C-c SPC" #'pop-to-mark-command)
(setopt warning-minimum-level :error