diff options
author | Alan Pearce | 2013-05-14 19:58:40 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-14 19:58:40 +0100 |
commit | f1af12c8e936aa7665f71a880b0f16ab2d468006 (patch) | |
tree | d42ee52ea4f18179627f12458e18ce4d8a6acb6e /emacs/init.el | |
parent | f047eb6cc310df64ef90def60644087925e762cd (diff) | |
download | nixfiles-f1af12c8e936aa7665f71a880b0f16ab2d468006.tar.lz nixfiles-f1af12c8e936aa7665f71a880b0f16ab2d468006.tar.zst nixfiles-f1af12c8e936aa7665f71a880b0f16ab2d468006.zip |
Emacs: load nxhtml from .emacs.d
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index dbce9d9b..fca5eec0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1013,7 +1013,8 @@ Works with: arglist-cont-nonempty, arglist-close." (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)) |