chiark / gitweb /
el/dot-emacs.el: Start hideshow mode /after/ outline.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 3 Nov 2009 17:36:04 +0000 (17:36 +0000)
committerMark 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

index fb43bf75455be2387f63313f60dc351eedd33abe..7cca98a8ed83b2d58a2592aeae40d100e6ef03d0 100644 (file)
@@ -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