Emacs: only run nxhtml at work
Alan Pearce alan@alanpearce.co.uk
Wed, 15 May 2013 11:24:15 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -1010,6 +1010,7 @@ ("\\.template\\'" . mustache-mode))) (use-package nxhtml-mode :defer t + :if (boundp '*work*) :mode (("\\.php\\'" . html-mumamo-mode)) :load-path "nxhtml" :idle (load (expand-file-name "autostart" (expand-file-name "nxhtml" user-emacs-directory)) t)