mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
PRAISE BE TO THE BYTE COMPILER FOR THY SHARP QUOTES
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
;; Most of this code grokked from:
|
||||
;; http://stackoverflow.com/questions/15873346/elisp-rename-macro
|
||||
(when (or (featurep 'mac) (featurep 'ns))
|
||||
(advice-add 'evil-visual-update-x-selection :override 'ignore))))
|
||||
(advice-add #'evil-visual-update-x-selection :override #'ignore))))
|
||||
|
||||
(IS-LINUX
|
||||
;; nothing yet
|
||||
|
Reference in New Issue
Block a user