Mention commit pinning in docs with package!
This commit is contained in:
parent
7ef3bee851
commit
da09a3eb8c
2 changed files with 14 additions and 8 deletions
|
@ -11,6 +11,15 @@
|
|||
;;
|
||||
;; Here are a couple examples:
|
||||
|
||||
|
||||
;; All of Doom's packages are pnned to a specific commit, and updated from
|
||||
;; release to release. To un-pin all packages and live on the edge, do:
|
||||
;(setq doom-pinned-packages nil)
|
||||
|
||||
;; ...but to unpin a single package:
|
||||
;(package! pinned-package :pin nil)
|
||||
|
||||
|
||||
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
||||
;(package! some-package)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue