diff options
Diffstat (limited to '.emacs.d/lisp/init-misc.el')
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el index 9abd46a..53e6b30 100644 --- a/.emacs.d/lisp/init-misc.el +++ b/.emacs.d/lisp/init-misc.el @@ -5,6 +5,9 @@ (global-display-line-numbers-mode)) (setq vc-follow-symlinks t) +;; Disable evil operation writes clipboard +(setq x-select-enable-clipboard nil) + (setq backup-by-copying t delete-old-versions t |