summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-09-09 14:13:28 +0100
committerAlan Pearce2013-09-09 14:13:47 +0100
commit8be7aa09302953dd74aff58b6a9ca141efa8b693 (patch)
treedfea67b329b086258bbe555a7a434315126a6646 /emacs
parentff9984e5698068e56a38cd3193231adc8d296e37 (diff)
downloaddotfiles-8be7aa09302953dd74aff58b6a9ca141efa8b693.tar.lz
dotfiles-8be7aa09302953dd74aff58b6a9ca141efa8b693.tar.zst
dotfiles-8be7aa09302953dd74aff58b6a9ca141efa8b693.zip
Emacs: Remove configuration for nxhtml mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 191545c..c26f3e2 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1140,20 +1140,6 @@ Works with: arglist-cont-nonempty, arglist-close."
   :ensure t
   :mode (("\\.j2\\'" . jinja2-mode)))
 
-(use-package nxhtml-mode
-  :defer t
-  :if (eq env/system-type 'laptop)
-  :load-path "nxhtml"
-  :config (progn
-            (when (and (equal emacs-major-version 24)
-                       (> emacs-minor-version 1))
-              (setq mumamo-per-buffer-local-vars
-                    (delq 'buffer-file-name mumamo-per-buffer-local-vars)))
-            (setq mumamo-chunk-coloring 4
-                  nxhtml-skip-welcome t
-                  nxhtml-autoload-web nil)
-            (nxhtml-menu-mode -1)))
-
 (use-package php-mode
   :mode ("\\.php\\'" . php-mode)
   :config (progn