summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-05-16 14:12:45 +0100
committerAlan Pearce2013-05-16 14:12:45 +0100
commit883b3a15157eca87580006c4a004a8e46b075e2c (patch)
tree7eb246316e763051212748576af795b3f616056d /emacs
parent7aaaea54ed327dc2c40a2799484df302f0598892 (diff)
downloaddotfiles-883b3a15157eca87580006c4a004a8e46b075e2c.tar.lz
dotfiles-883b3a15157eca87580006c4a004a8e46b075e2c.tar.zst
dotfiles-883b3a15157eca87580006c4a004a8e46b075e2c.zip
Emacs: disable nxhtml-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 0a5e68c..b0fefcf 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1017,9 +1017,7 @@ Works with: arglist-cont-nonempty, arglist-close."
 (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))