Eval unpin! logic at runtime

This commit is contained in:
Henrik Lissner
2020-01-15 00:31:12 -05:00
parent 4b2a9c8c38
commit 835f3f2c53

View File

@@ -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))