Merge pull request #5127 from brorbw/develop

Fix typo doom update and replace with doom sync -u
This commit is contained in:
Henrik Lissner 2021-06-04 14:18:56 -04:00 committed by GitHub
commit f51968037a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
;; condition. It ensures all unneeded packages are removed, all needed ones ;; condition. It ensures all unneeded packages are removed, all needed ones
;; are installed, and all metadata associated with them is generated. ;; are installed, and all metadata associated with them is generated.
;; + `bin/doom upgrade`: upgrades Doom Emacs and your packages to the latest ;; + `bin/doom upgrade`: upgrades Doom Emacs and your packages to the latest
;; versions. There's also 'bin/doom update' for updating only your packages. ;; versions. There's also 'bin/doom sync -u' for updating only your packages.
;; ;;
;; How this works is: the system reads packages.el files located in each ;; How this works is: the system reads packages.el files located in each
;; activated module, your private directory (`doom-private-dir'), and one in ;; activated module, your private directory (`doom-private-dir'), and one in