Skip to content

Commit f0547f8

Browse files
committed
Remove unused commands.
Close #142.
1 parent 9479d7d commit f0547f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,17 @@ Then start Emacs. Wait for a while to install packages at the first startup. Enj
9797
### Update
9898

9999
``` emacs-lisp
100-
# Update Centaur Emacs (then restart), including configurations and packages
100+
# Update Centaur Emacs, including configurations and packages
101101
M-x centaur-update
102-
M-x centaur-update-and-restart
103102
104103
# Update Emacs configurations only
105104
M-x centaur-update-config
106105
107106
# Update ~/.dotfiles if it exists
108107
M-x centaur-update-dotfiles
109108
110-
# Update packages only (then restart)
109+
# Update packages only
111110
M-x centaur-update-packages
112-
M-x centaur-update-packages-and-restart
113111
114112
# Update all including configurations, packages and dotfiles
115113
M-x centaur-update-all

0 commit comments

Comments
 (0)