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