summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2013-05-16 12:21:58 +0100
committerAlan Pearce2013-05-16 12:21:58 +0100
commit7aaaea54ed327dc2c40a2799484df302f0598892 (patch)
treed553d8033d8a3adf170ac1552c58aa604eef6b8b
parent96ca17c02cfac807419d153c6c87fc84af142a17 (diff)
downloaddotfiles-7aaaea54ed327dc2c40a2799484df302f0598892.tar.lz
dotfiles-7aaaea54ed327dc2c40a2799484df302f0598892.tar.zst
dotfiles-7aaaea54ed327dc2c40a2799484df302f0598892.zip
Emacs: enable nxhtml on laptop rather than at work
-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)