diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
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)) |