disable clipboard yanking
This commit is contained in:
parent
efcb028d0f
commit
ff7cd5af86
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue