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)