Load straight in doom/bump* commands

Prevents errors about missing straight functions/variables.
This commit is contained in:
Henrik Lissner 2020-08-01 15:20:32 -04:00
parent f7b786f72e
commit 68507e1eac
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -14,6 +14,7 @@
;;; Bump commands ;;; Bump commands
(defun doom--package-full-recipe (package plist) (defun doom--package-full-recipe (package plist)
(require 'straight)
(doom-plist-merge (doom-plist-merge
(plist-get plist :recipe) (plist-get plist :recipe)
(or (cdr (straight-recipes-retrieve package)) (or (cdr (straight-recipes-retrieve package))