diff options
| author | bd <bdunahu@operationnull.com> | 2024-12-19 01:36:13 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2024-12-19 01:36:13 -0500 |
| commit | 6ace355721c76ca3dc91819079809178a5b75822 (patch) | |
| tree | 036054eca1a170f1adeab4f978bebeaa2f60e1bb /.config/emacs/init.el | |
| parent | ef5051ce34fd2639a85dd1532651109adcd00476 (diff) | |
Color active modeline more, add more modeline utilities
Diffstat (limited to '.config/emacs/init.el')
| -rw-r--r-- | .config/emacs/init.el | 2 |
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 |
