Eval unpin! logic at runtime
This commit is contained in:
parent
4b2a9c8c38
commit
835f3f2c53
1 changed files with 14 additions and 14 deletions
|
@ -317,7 +317,7 @@ can be used one of five ways:
|
||||||
(unpin! (:lang python) (:tools docker))
|
(unpin! (:lang python) (:tools docker))
|
||||||
|
|
||||||
Or any combination of the above."
|
Or any combination of the above."
|
||||||
(dolist (target targets)
|
`(dolist (target ',targets)
|
||||||
(cond
|
(cond
|
||||||
((eq target t)
|
((eq target t)
|
||||||
(setq doom-pinned-packages nil))
|
(setq doom-pinned-packages nil))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue