Do not hard-code ~/emacs.d

Instead, use user-emacs-directory
This commit is contained in:
Jesús
2019-03-03 19:46:51 -05:00
parent ee86ebea76
commit 6457d54ec7
4 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@
(global-set-key (kbd "M-%") 'anzu-query-replace)
(global-set-key (kbd "s-<SPC>") 'anzu-query-replace))
(load-file "~/.emacs.d/modules/lib/myemacs.el")
(load-file (concat user-emacs-directory "/modules/lib/myemacs.el"))
(provide 'init-modeline)
;; End: