mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
Eval unpin! logic at runtime
This commit is contained in:
@@ -317,7 +317,7 @@ can be used one of five ways:
|
||||
(unpin! (:lang python) (:tools docker))
|
||||
|
||||
Or any combination of the above."
|
||||
(dolist (target targets)
|
||||
`(dolist (target ',targets)
|
||||
(cond
|
||||
((eq target t)
|
||||
(setq doom-pinned-packages nil))
|
||||
|
Reference in New Issue
Block a user