mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
by default. If the package isn't installed or loaded, `def-package!' is
|
||||||
ignored."
|
ignored."
|
||||||
(when (or (featurep name)
|
(when (or (featurep name)
|
||||||
(package-installed-p name))
|
(progn (doom-initialize)
|
||||||
|
(package-installed-p name)))
|
||||||
`(use-package ,name ,@plist)))
|
`(use-package ,name ,@plist)))
|
||||||
|
|
||||||
(defmacro load! (filesym &optional path noerror)
|
(defmacro load! (filesym &optional path noerror)
|
||||||
|
Reference in New Issue
Block a user