mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
Mention commit pinning in docs with package!
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user