Enable packages and clipboard

This commit is contained in:
finga 2020-08-25 10:53:40 +02:00 committed by finga
parent 60afdd0dda
commit d2bcae6c89
2 changed files with 12 additions and 12 deletions

View file

@ -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)