diff options
author | Alan Pearce | 2013-05-16 12:21:58 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-16 12:21:58 +0100 |
commit | 7aaaea54ed327dc2c40a2799484df302f0598892 (patch) | |
tree | d553d8033d8a3adf170ac1552c58aa604eef6b8b /emacs/init.el | |
parent | 96ca17c02cfac807419d153c6c87fc84af142a17 (diff) | |
download | nixfiles-7aaaea54ed327dc2c40a2799484df302f0598892.tar.lz nixfiles-7aaaea54ed327dc2c40a2799484df302f0598892.tar.zst nixfiles-7aaaea54ed327dc2c40a2799484df302f0598892.zip |
Emacs: enable nxhtml on laptop rather than at work
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 3fa525bc..0a5e68c0 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) |