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)
|
(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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue