summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-12-19 01:36:13 -0500
committerbd <bdunahu@operationnull.com>2024-12-19 01:36:13 -0500
commit6ace355721c76ca3dc91819079809178a5b75822 (patch)
tree036054eca1a170f1adeab4f978bebeaa2f60e1bb /.config/emacs/init.el
parentef5051ce34fd2639a85dd1532651109adcd00476 (diff)
Color active modeline more, add more modeline utilities
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 d42ed9d..9da13d3 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -23,7 +23,7 @@
(keymap-global-set "C-x C-b" #'ibuffer)
(keymap-global-set "C-z =" #'text-scale-increase)
(keymap-global-set "C-z -" #'text-scale-decrease)
-(keymap-global-set "H-p" #'pop-to-mark-command)
+(keymap-global-set "H-SPC" #'pop-to-mark-command)
(setopt warning-minimum-level :error