emacs: Turn on mark-even-if-inactive.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 20 May 2008 14:29:23 +0000 (15:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 20 May 2008 14:29:23 +0000 (15:29 +0100)
This means that the region always `works', even if it's not active and
visible.  Probably the best of both worlds.

emacs

diff --git a/emacs b/emacs
index 528656d..578cc3c 100644 (file)
--- a/emacs
+++ b/emacs
   (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))