summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
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)