Remove M-;/A-; override keybinds
They're redundant with M-: and SPC ;
This commit is contained in:
parent
ea936d90c8
commit
d1cef7e498
1 changed files with 2 additions and 7 deletions
|
@ -17,13 +17,8 @@
|
|||
;;
|
||||
;;; Global keybindings
|
||||
|
||||
(map! (:map override
|
||||
;; A little sandbox to run code in
|
||||
"M-;" #'eval-expression
|
||||
"A-;" #'eval-expression)
|
||||
|
||||
;; Smart tab, these will only work in GUI Emacs
|
||||
:i [tab] (general-predicate-dispatch nil ; fall back to nearest keymap
|
||||
(map! :i [tab] (general-predicate-dispatch nil ; fall back to nearest keymap
|
||||
(and (featurep! :editor snippets)
|
||||
(bound-and-true-p yas-minor-mode)
|
||||
(yas-maybe-expand-abbrev-key-filter 'yas-expand))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue