summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-05-15 11:21:08 +0100
committerAlan Pearce2013-05-15 11:21:08 +0100
commita16f8e7fd2c498b66c72e0b3cc3595de2e00ded4 (patch)
treed36a5f6e20a40b740795ff6155f772400ddf4f61 /emacs
parent872acf50016451c8b3cf6fffcb85755e48f24dfc (diff)
downloaddotfiles-a16f8e7fd2c498b66c72e0b3cc3595de2e00ded4.tar.lz
dotfiles-a16f8e7fd2c498b66c72e0b3cc3595de2e00ded4.tar.zst
dotfiles-a16f8e7fd2c498b66c72e0b3cc3595de2e00ded4.zip
Emacs: disable nxhtml-menu-mode properly
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index cc9f931..be2cb5a 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1021,7 +1021,7 @@ Works with: arglist-cont-nonempty, arglist-close."
             (setq mumamo-chunk-coloring 4
                   nxhtml-skip-welcome t
                   nxhtml-autoload-web nil)
-            (nxhtml-menu-mode 0)))
+            (nxhtml-menu-mode -1)))
 
 (use-package php-mode
   :mode ("\\.php\\'" . php-mode)