aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-23 16:06:01 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-23 16:06:01 +0800
commit78276730ffc71b5332f52950ff4f1c44599c9f2a (patch)
tree3098e9e6b5009046e4471390e85f389e98cdbe08 /_emacs.d/personal
parent3f495e25a7aef5e5e8350ed3690f8c2d4436dc73 (diff)
downloaddotfiles-78276730ffc71b5332f52950ff4f1c44599c9f2a.tar.bz2
_emacs.d/personal: disable x-select-enable-clipboard
Diffstat (limited to '_emacs.d/personal')
-rw-r--r--_emacs.d/personal/10-config.el4
1 files changed, 4 insertions, 0 deletions
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)
+