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 --- config.org | 9 +++++---- init.el | 8 +++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/config.org b/config.org index 082032d..e939a4c 100644 --- a/config.org +++ b/config.org @@ -5,7 +5,7 @@ #+EXPORT_FILE_NAME: README.md #+OPTIONS: toc:nil #+BANKRUPTCY_COUNT: 3.2 -#+Time-stamp: <2021-01-09 14:40:57 acdw> +#+Time-stamp: <2021-01-09 14:44:35 acdw> * Basics @@ -1946,9 +1946,10 @@ I’m only enabling this at home for now, since it requires building stuff. (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))) 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