all repos — nixfiles @ 8be7aa09302953dd74aff58b6a9ca141efa8b693

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

Emacs: Remove configuration for nxhtml mode

Alan Pearce
commit

8be7aa09302953dd74aff58b6a9ca141efa8b693

parent

ff9984e5698068e56a38cd3193231adc8d296e37

1 file changed, 0 insertions(+), 14 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -1140,20 +1140,6 @@ (use-package jinja2-mode
: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