From e9d09d17dafbb9885d110385dc3a9de8769a46b4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 28 Jan 2019 21:00:41 -0500 Subject: [PATCH] Remove s-x / s-; keybinds --- modules/config/default/+evil-bindings.el | 3 +-- modules/config/default/config.el | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index f94a8a0b8..165e80b19 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -19,8 +19,7 @@ (map! (:map override ;; A little sandbox to run code in "M-;" #'eval-expression - "A-;" #'eval-expression - (:when IS-MAC "s-;" #'eval-expression)) + "A-;" #'eval-expression) [remap evil-jump-to-tag] #'projectile-find-tag [remap find-tag] #'projectile-find-tag diff --git a/modules/config/default/config.el b/modules/config/default/config.el index 6e275feb1..bb715147d 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -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