mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Fix incorrect org version loaded in byte-compiled config
This commit is contained in:
@@ -155,7 +155,8 @@ enable multiple minor modes for the same regexp.")
|
||||
(require 'core-packages (concat doom-core-dir "core-packages")))
|
||||
(eval-when-compile
|
||||
(doom-initialize))
|
||||
(setq load-path (eval-when-compile load-path))
|
||||
(setq load-path (eval-when-compile load-path)
|
||||
doom--package-load-path (eval-when-compile doom--package-load-path))
|
||||
|
||||
;;; Let 'er rip
|
||||
(require 'core-lib)
|
||||
|
Reference in New Issue
Block a user