all repos — archive/dotfiles @ 7aaaea54ed327dc2c40a2799484df302f0598892

Superseded by nixfiles

Emacs: enable nxhtml on laptop rather than at work
Alan Pearce alan@alanpearce.co.uk
Thu, 16 May 2013 12:21:58 +0100
commit

7aaaea54ed327dc2c40a2799484df302f0598892

parent

96ca17c02cfac807419d153c6c87fc84af142a17

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/init.elemacs/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)