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:
8ea7c4e
)
el/dot-emacs.el: Start hideshow mode /after/ outline.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 3 Nov 2009 17:36:04 +0000
(17:36 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 3 Nov 2009 18:59:39 +0000
(18:59 +0000)
Hideshow mode has the more useful keybindings, so let it steal them from
outline rather than 'tother way around.
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index fb43bf75455be2387f63313f60dc351eedd33abe..7cca98a8ed83b2d58a2592aeae40d100e6ef03d0 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-644,8
+644,8
@@
(defun mdw-misc-mode-config ()
(setq show-trailing-whitespace t)
(and (fboundp 'gtags-mode)
(gtags-mode))
- (hs-minor-mode t)
(outline-minor-mode t)
+ (hs-minor-mode t)
(mdw-set-font))
(eval-after-load 'gtags