From d1cef7e498e035a605bb0b320fd20620e4b1e209 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 14 Oct 2019 03:20:11 -0400 Subject: [PATCH] Remove M-;/A-; override keybinds They're redundant with M-: and SPC ; --- modules/config/default/+evil-bindings.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index cbf463ab1..c48c49ed0 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -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 +;; Smart tab, these will only work in GUI Emacs +(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))