diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-02-23 16:06:01 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-02-23 16:06:01 +0800 |
commit | 78276730ffc71b5332f52950ff4f1c44599c9f2a (patch) | |
tree | 3098e9e6b5009046e4471390e85f389e98cdbe08 | |
parent | 3f495e25a7aef5e5e8350ed3690f8c2d4436dc73 (diff) | |
download | dotfiles-78276730ffc71b5332f52950ff4f1c44599c9f2a.tar.bz2 |
_emacs.d/personal: disable x-select-enable-clipboard
-rw-r--r-- | _emacs.d/personal/10-config.el | 4 |
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) + |