From f0547f8f0002b0eb84d294fe22bb045dff30b3a8 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Wed, 25 Dec 2019 10:09:10 +1300 Subject: [PATCH] Remove unused commands. Close #142. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f160a69b0..3f1b19923 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,8 @@ Then start Emacs. Wait for a while to install packages at the first startup. Enj ### Update ``` emacs-lisp -# Update Centaur Emacs (then restart), including configurations and packages +# Update Centaur Emacs, including configurations and packages M-x centaur-update -M-x centaur-update-and-restart # Update Emacs configurations only M-x centaur-update-config @@ -107,9 +106,8 @@ M-x centaur-update-config # Update ~/.dotfiles if it exists M-x centaur-update-dotfiles -# Update packages only (then restart) +# Update packages only M-x centaur-update-packages -M-x centaur-update-packages-and-restart # Update all including configurations, packages and dotfiles M-x centaur-update-all