From 4e0bbc63ea479b102f14809e217ee7ff73c0303f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Fri, 7 Sep 2012 16:21:10 +0200 Subject: emacs clipboard options --- .emacs | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index 63df819..2fbce2f 100644 --- a/.emacs +++ b/.emacs @@ -8,6 +8,11 @@ (load "evil-settings") (evil-mode 1) +;; clipboard options +(setq mouse-drag-copy-region nil) ; stops selection with a mouse being immediately injected to the kill ring +(setq x-select-enable-primary nil) ; stops killing/yanking interacting with primary X11 selection +(setq x-select-enable-clipboard t) ; makes killing/yanking interact with clipboard X11 selection + ;; wrap long lines (setq truncate-partial-width-windows nil) -- cgit v1.2.3