mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove M-;/A-; override keybinds
They're redundant with M-: and SPC ;
This commit is contained in:
@ -17,13 +17,8 @@
|
|||||||
;;
|
;;
|
||||||
;;; Global keybindings
|
;;; Global keybindings
|
||||||
|
|
||||||
(map! (:map override
|
;; Smart tab, these will only work in GUI Emacs
|
||||||
;; A little sandbox to run code in
|
(map! :i [tab] (general-predicate-dispatch nil ; fall back to nearest keymap
|
||||||
"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
|
|
||||||
(and (featurep! :editor snippets)
|
(and (featurep! :editor snippets)
|
||||||
(bound-and-true-p yas-minor-mode)
|
(bound-and-true-p yas-minor-mode)
|
||||||
(yas-maybe-expand-abbrev-key-filter 'yas-expand))
|
(yas-maybe-expand-abbrev-key-filter 'yas-expand))
|
||||||
|
Reference in New Issue
Block a user