Mention commit pinning in docs with package!

This commit is contained in:
Henrik Lissner 2019-12-28 14:00:08 -05:00
parent 7ef3bee851
commit da09a3eb8c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 14 additions and 8 deletions

View file

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