Remove s-x / s-; keybinds

This commit is contained in:
Henrik Lissner
2019-01-28 21:00:41 -05:00
parent 6da148e928
commit e9d09d17da
2 changed files with 2 additions and 4 deletions

View File

@ -168,8 +168,7 @@
;; Make M-x harder to miss
(define-key! 'override
"M-x" #'execute-extended-command
"A-x" #'execute-extended-command
"s-x" #'execute-extended-command)
"A-x" #'execute-extended-command)
;; Smarter C-a/C-e for both Emacs and Evil. C-a will jump to indentation.
;; Pressing it again will send you to the true bol. Same goes for C-e, except