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:
d24eae2
)
dot/emacs: Configure transient-mark-mode sensibly for later Emacsen.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 11 May 2016 12:20:49 +0000
(13:20 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 11 May 2016 12:20:49 +0000
(13:20 +0100)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index f8bd2e785b1010943df382c8f74e8b05bee6015b..b2d978223985c133d87712301b46a8781fbe2de5 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-343,7
+343,10
@@
(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)
+(setq mark-even-if-inactive t
+ shift-select-mode nil
+ delete-active-region nil
+ delete-selection-mode nil)
(trap
(tooltip-mode 0)
(tool-bar-mode 0))