diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.org b/config.org index 365a230..7e10af8 100644 --- a/config.org +++ b/config.org | |||
@@ -1537,6 +1537,9 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s m | |||
1537 | (conf-org (concat conf ".org"))) | 1537 | (conf-org (concat conf ".org"))) |
1538 | (unless (and (file-newer-than-file-p conf-el conf-org) | 1538 | (unless (and (file-newer-than-file-p conf-el conf-org) |
1539 | (load conf 'no-error)) | 1539 | (load conf 'no-error)) |
1540 | ;; A plain require here just loads the older `org' in Emacs' install dir. We | ||
1541 | ;; need to add the newer one to the `load-path', hopefully that's all. | ||
1542 | (add-to-list 'load-path (expand-file-name "straight/build/org/")) | ||
1540 | (require 'org) | 1543 | (require 'org) |
1541 | (org-babel-load-file conf-org))) | 1544 | (org-babel-load-file conf-org))) |
1542 | #+END_SRC | 1545 | #+END_SRC |