chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b29312d
)
emacs: Turn on mark-even-if-inactive.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 20 May 2008 14:29:23 +0000
(15:29 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/emacs
b/emacs
index 528656d77b93b6df06406935452ad999614e1df4..578cc3c01a5fe5faf7a4fb9c8fdf1c883ea488b8 100644
(file)
--- 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))