Add "unpin" section to doom/info
Important when debugging potential upstream issues.
This commit is contained in:
parent
a9402cfb55
commit
f600605de3
2 changed files with 22 additions and 18 deletions
|
@ -97,7 +97,8 @@ ready to be pasted in a bug report on github."
|
|||
(cl-loop for (name . _) in package-alist
|
||||
collect (format "%s" name)))
|
||||
(error (format "<%S>" e)))
|
||||
'("n/a"))))))))
|
||||
'("n/a")))
|
||||
(unpin ,@(or (get 'doom-pinned-packages 'modified) '("n/a"))))))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue