From 22e18ad0a683802e253f7e7b1db760ed9464d944 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 25 Mar 2018 03:07:08 -0400 Subject: [PATCH] core-os: remove unnecessary after! wrapping --- core/core-os.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/core/core-os.el b/core/core-os.el index 2b21248c9..6e2d9002d 100644 --- a/core/core-os.el +++ b/core/core-os.el @@ -10,12 +10,11 @@ select-enable-clipboard t select-enable-primary t) -(after! evil - ;; stop copying each visual state move to the clipboard: - ;; https://bitbucket.org/lyro/evil/issue/336/osx-visual-state-copies-the-region-on - ;; Most of this code grokked from: - ;; http://stackoverflow.com/questions/15873346/elisp-rename-macro - (advice-add #'evil-visual-update-x-selection :override #'ignore)) +;; stop copying each visual state move to the clipboard: +;; https://bitbucket.org/lyro/evil/issue/336/osx-visual-state-copies-the-region-on +;; Most of this code grokked from: +;; http://stackoverflow.com/questions/15873346/elisp-rename-macro +(advice-add #'evil-visual-update-x-selection :override #'ignore) (cond (IS-MAC (setq mac-command-modifier 'meta