mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
docs: minor docstring revisions
For clarity only. These do not reflect any recent changes.
This commit is contained in:
@@ -606,8 +606,8 @@ Only use this macro in a module's (or your private) packages.el file."
|
||||
(defmacro unpin! (&rest targets)
|
||||
"Unpin packages in TARGETS.
|
||||
|
||||
This unpins packages, so that 'doom upgrade' downloads their latest version. It
|
||||
can be used one of five ways:
|
||||
This unpins packages, so that `doom upgrade' or `doom sync -u' will update them
|
||||
to the latest commit available. Some examples:
|
||||
|
||||
- To disable pinning wholesale: (unpin! t)
|
||||
- To unpin individual packages: (unpin! packageA packageB ...)
|
||||
|
Reference in New Issue
Block a user