diff options
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index be2cb5a4..1b369163 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1010,6 +1010,7 @@ Works with: arglist-cont-nonempty, arglist-close." (use-package nxhtml-mode :defer t + :if (boundp '*work*) :mode (("\\.php\\'" . html-mumamo-mode)) :load-path "nxhtml" :idle (load (expand-file-name "autostart" (expand-file-name "nxhtml" user-emacs-directory)) t) |