Fix #36: use ELPA org instead of built-in org
This commit is contained in:
parent
d6667a433f
commit
dd11790959
2 changed files with 14 additions and 4 deletions
|
@ -31,6 +31,10 @@
|
|||
;; "A list of attachments for the current buffer. This is so my custom attachment
|
||||
;; system can keep track of each buffer's attachments.")
|
||||
|
||||
;; Ensure ELPA org is loaded instead of the built-in org.
|
||||
(when-let (path (locate-library "org" nil doom--package-load-path))
|
||||
(push (file-name-directory path) load-path))
|
||||
|
||||
(load! +attach)
|
||||
(load! +capture)
|
||||
(load! +export)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue