summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 3fa525b..0a5e68c 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1016,7 +1016,7 @@ Works with: arglist-cont-nonempty, arglist-close."
 
 (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)