From 7aaaea54ed327dc2c40a2799484df302f0598892 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 16 May 2013 12:21:58 +0100 Subject: Emacs: enable nxhtml on laptop rather than at work --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit 1.4.1