all repos — nixfiles @ 883b3a15157eca87580006c4a004a8e46b075e2c

System and user configuration, managed by nix and home-manager

Emacs: disable nxhtml-mode
Alan Pearce alan@alanpearce.co.uk
Thu, 16 May 2013 14:12:45 +0100
commit

883b3a15157eca87580006c4a004a8e46b075e2c

parent

7aaaea54ed327dc2c40a2799484df302f0598892

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

jump to
M emacs/init.elemacs/init.el
@@ -1017,9 +1017,7 @@ (use-package nxhtml-mode
   :defer t
   :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)
   :config (progn
             (when (and (equal emacs-major-version 24)
                        (> emacs-minor-version 1))