all repos — nixfiles @ f1af12c8e936aa7665f71a880b0f16ab2d468006

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

Emacs: load nxhtml from .emacs.d

Alan Pearce
commit

f1af12c8e936aa7665f71a880b0f16ab2d468006

parent

f047eb6cc310df64ef90def60644087925e762cd

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -1013,7 +1013,8 @@
(use-package nxhtml-mode :defer t :mode (("\\.php\\'" . html-mumamo-mode)) - :idle (load (expand-file-name "nxhtml/autostart" *el-get-dir*)) + :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))