This commit is contained in:
Matt Nish-Lapidus 2023-04-04 17:38:52 -04:00
parent 6ae86b5969
commit f0370c8e51
2 changed files with 13 additions and 15 deletions

View file

@ -401,6 +401,15 @@
"s-<return>" #'split-window-below
"s-<mouse-1>" #'+fold/toggle)
;; remove default Lispy mode bindings
(map! :map lispy-mode-map
"M-<left>" nil
"M-<right>" nil)
(map! :map lispy-mode-map-lispy
"M-<left>" nil
"M-<right>" nil)
(after! which-key
(let ((prefix-re (regexp-opt (list doom-leader-key doom-leader-alt-key))))
(cl-pushnew `((,(format "\\`\\(?:C-w\\|%s w\\) m\\'" prefix-re))