all repos — nixfiles @ a16f8e7fd2c498b66c72e0b3cc3595de2e00ded4

System and user configuration, managed by nix and home-manager

Emacs: disable nxhtml-menu-mode properly

Alan Pearce
commit

a16f8e7fd2c498b66c72e0b3cc3595de2e00ded4

parent

872acf50016451c8b3cf6fffcb85755e48f24dfc

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -1021,7 +1021,7 @@ (delq 'buffer-file-name mumamo-per-buffer-local-vars)))
(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)