From cffd5b60c3ce647950ce84b01a323e9c5787df54 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 9 Jan 2021 14:45:15 -0600 Subject: Change comment formatting --- init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index eb25e2e..e8b999d 100644 --- a/init.el +++ b/init.el @@ -12,8 +12,10 @@ (conf-org (concat conf ".org"))) (unless (and (file-newer-than-file-p conf-el conf-org) (load conf 'no-error)) - ;; A plain require here just loads the older `org' in Emacs' install dir. We - ;; need to add the newer one to the `load-path', hopefully that's all. - (add-to-list 'load-path (expand-file-name "straight/build/org/")) + ;; A plain require here just loads the older `org' + ;; in Emacs' install dir. We need to add the newer + ;; one to the `load-path', hopefully that's all. + (add-to-list 'load-path (expand-file-name "straight/build/org" + user-emacs-directory)) (require 'org) (org-babel-load-file conf-org))) -- cgit 1.4.1-21-gabe81