From ff7cd5af86303732c0b24196162de6a71483715c Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 22 Nov 2019 13:50:58 +0100 Subject: [PATCH] disable clipboard yanking --- .emacs.d/config/base.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs.d/config/base.el b/.emacs.d/config/base.el index 7506051..ba79ecd 100644 --- a/.emacs.d/config/base.el +++ b/.emacs.d/config/base.el @@ -43,9 +43,9 @@ (setq scroll-step 1) (mouse-wheel-mode t) -;; clipboard yanking is possible with middle mouse button now -(setq x-select-enable-clipboard t - x-select-enable-primary t) +;; ;; clipboard yanking is possible with middle mouse button now +;; (setq x-select-enable-clipboard t +;; x-select-enable-primary t) ;; enhanced buffer switching with shift + arrows (windmove-default-keybindings)