aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal
diff options
context:
space:
mode:
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)
+