Minor refactors & reformatting

This commit is contained in:
Henrik Lissner 2020-05-25 02:20:26 -04:00
parent 3e5cf3de09
commit e00bfc7612
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 27 additions and 18 deletions

View file

@ -93,7 +93,7 @@ package's name as a symbol, and whose CDR is the plist supplied to its
straight-fix-org nil)
(defadvice! doom--read-pinned-packages-a (orig-fn &rest args)
"Read from `doom-pinned-packages' on top of straight's lockfiles."
"Read `:pin's in `doom-packages' on top of straight's lockfiles."
:around #'straight--lockfile-read-all
(append (apply orig-fn args) ; lockfiles still take priority
(doom-package-pinned-list)))