disable clipboard yanking

This commit is contained in:
finga 2019-11-22 13:50:58 +01:00
parent efcb028d0f
commit ff7cd5af86

View file

@ -43,9 +43,9 @@
(setq scroll-step 1) (setq scroll-step 1)
(mouse-wheel-mode t) (mouse-wheel-mode t)
;; clipboard yanking is possible with middle mouse button now ;; ;; clipboard yanking is possible with middle mouse button now
(setq x-select-enable-clipboard t ;; (setq x-select-enable-clipboard t
x-select-enable-primary t) ;; x-select-enable-primary t)
;; enhanced buffer switching with shift + arrows ;; enhanced buffer switching with shift + arrows
(windmove-default-keybindings) (windmove-default-keybindings)