Emacs: enable nxhtml on laptop rather than at work
Alan Pearce alan@alanpearce.co.uk
Thu, 16 May 2013 12:21:58 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
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)