removed facemenu keys

This commit is contained in:
ndwarshuis 2019-04-24 03:51:25 -04:00
parent 570a5ce17b
commit ae4031cc05
1 changed files with 1 additions and 1 deletions

View File

@ -3227,6 +3227,7 @@ Some of these commands just get in the way of being evil (which really means tha
(kbd "M-k")
(kbd "M-l")
(kbd "M-m")
(kbd "M-o")
(kbd "M-q")
(kbd "M-w")
(kbd "M-t")
@ -3698,7 +3699,6 @@ The function keys are nice because they are almost (not always) free in every mo
(defhydra hydra-window (global-map "M-o")
"window"
;; TODO this might make more sense to switch to last window
("M-o" #'nd/switch-to-last-window :exit t)
("o" #'ace-window :exit t)
("s" #'ace-swap-window :exit t)