core-os: remove unnecessary after! wrapping

This commit is contained in:
Henrik Lissner 2018-03-25 03:07:08 -04:00
parent c87122e6b4
commit 22e18ad0a6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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