Emacs: enable nxhtml on laptop rather than at work
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M emacs/init.el → emacs/init.el
@@ -1016,7 +1016,7 @@ ("\\.template\\'" . mustache-mode))) (use-package nxhtml-mode :defer t - :if (eq env/location 'work) + :if (eq env/system-type 'laptop) :mode (("\\.php\\'" . html-mumamo-mode)) :load-path "nxhtml" :idle (load (expand-file-name "autostart" (expand-file-name "nxhtml" user-emacs-directory)) t)