Skip to content

Commit 2284d53

Browse files
committed
make straight.el always use built-in Org
1 parent 82fe6e5 commit 2284d53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.el

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
(when (file-exists-p source)
115115
(copy-file source destination t))))
116116

117+
;; tell straight.el to not clone Org if it is required,
118+
;; just use the built-in Org instead,
119+
(add-to-list 'straight-built-in-pseudo-packages 'org)
117120

118121
(package-initialize)
119122
(unless package-archive-contents

0 commit comments

Comments
 (0)