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 fb43bf7..7cca98a 100644 (file)
@@ -644,8 +644,8 @@ case."
   (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