From 3759de8b00911ef622f29cc0ee74aa26998e957c Mon Sep 17 00:00:00 2001 From: Bror Bisgaard Winther Date: Thu, 3 Jun 2021 16:17:17 +0200 Subject: [PATCH] Remove doom update and replace with doom sync -u --- core/core-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-packages.el b/core/core-packages.el index df8df0fcaf0..282006519bc 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -23,7 +23,7 @@ ;; condition. It ensures all unneeded packages are removed, all needed ones ;; are installed, and all metadata associated with them is generated. ;; + `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 ;; activated module, your private directory (`doom-private-dir'), and one in