Load straight in doom/bump* commands
Prevents errors about missing straight functions/variables.
This commit is contained in:
parent
f7b786f72e
commit
68507e1eac
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
;;; Bump commands
|
||||
|
||||
(defun doom--package-full-recipe (package plist)
|
||||
(require 'straight)
|
||||
(doom-plist-merge
|
||||
(plist-get plist :recipe)
|
||||
(or (cdr (straight-recipes-retrieve package))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue