mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
Add "unpin" section to doom/info
Important when debugging potential upstream issues.
This commit is contained in:
@@ -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"))))))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user