mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #33 (caused by compile failures)
This commit is contained in:
@ -281,7 +281,8 @@ byte-compilation."
|
||||
by default. If the package isn't installed or loaded, `def-package!' is
|
||||
ignored."
|
||||
(when (or (featurep name)
|
||||
(package-installed-p name))
|
||||
(progn (doom-initialize)
|
||||
(package-installed-p name)))
|
||||
`(use-package ,name ,@plist)))
|
||||
|
||||
(defmacro load! (filesym &optional path noerror)
|
||||
|
Reference in New Issue
Block a user