Compare commits

..

1 Commits

Author SHA1 Message Date
Jeremy Dormitzer
c3bc351473 Ensure which-key loads at startup 2022-04-07 09:27:45 -04:00

View File

@ -32,10 +32,8 @@
"C-r" #'winner-redo)
;; Condense the which-key display for window selection bindings
(with-eval-after-load 'which-key
(push '(("\\(.*\\) 0" . "select-window-0") . ("\\1 0..9" . "window 0..9"))
which-key-replacement-alist)
(push '((nil . "select-window-[1-9]") . t) which-key-replacement-alist))
(push '((nil . "select-window-[1-9]") . t) which-key-replacement-alist)
(provide 'init-windows)