From 9958af687919060c7a5cc7a3ae1c3971b9f74a4f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 20 May 2008 15:29:23 +0100 Subject: [PATCH] emacs: Turn on mark-even-if-inactive. This means that the region always `works', even if it's not active and visible. Probably the best of both worlds. --- emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs b/emacs index 528656d..578cc3c 100644 --- a/emacs +++ b/emacs @@ -180,6 +180,7 @@ (setq uniquify-buffer-name-style 'post-forward-angle-brackets) (setq uniquify-after-kill-buffer-p t)) (transient-mark-mode t) +(setq mark-even-if-inactive t) (trap (tooltip-mode 0) (tool-bar-mode 0)) -- 2.11.0