From 78276730ffc71b5332f52950ff4f1c44599c9f2a Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 23 Feb 2016 16:06:01 +0800 Subject: _emacs.d/personal: disable x-select-enable-clipboard --- _emacs.d/personal/10-config.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_emacs.d/personal') diff --git a/_emacs.d/personal/10-config.el b/_emacs.d/personal/10-config.el index 440257f..215962b 100644 --- a/_emacs.d/personal/10-config.el +++ b/_emacs.d/personal/10-config.el @@ -21,3 +21,7 @@ ;; Disable `flyspell-mode': do not spellcheck on the fly ;(setq prelude-flyspell nil) + +;; Prevent kill and yank commands from accessing the clipboard +(setq x-select-enable-clipboard nil) + -- cgit v1.2.2