From: Mark Wooding Date: Tue, 20 May 2008 14:29:23 +0000 (+0100) Subject: emacs: Turn on mark-even-if-inactive. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/9958af687919060c7a5cc7a3ae1c3971b9f74a4f?hp=-c 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. --- 9958af687919060c7a5cc7a3ae1c3971b9f74a4f 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))