We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9479d7d commit f0547f8Copy full SHA for f0547f8
README.md
@@ -97,19 +97,17 @@ Then start Emacs. Wait for a while to install packages at the first startup. Enj
97
### Update
98
99
``` emacs-lisp
100
-# Update Centaur Emacs (then restart), including configurations and packages
+# Update Centaur Emacs, including configurations and packages
101
M-x centaur-update
102
-M-x centaur-update-and-restart
103
104
# Update Emacs configurations only
105
M-x centaur-update-config
106
107
# Update ~/.dotfiles if it exists
108
M-x centaur-update-dotfiles
109
110
-# Update packages only (then restart)
+# Update packages only
111
M-x centaur-update-packages
112
-M-x centaur-update-packages-and-restart
113
114
# Update all including configurations, packages and dotfiles
115
M-x centaur-update-all
0 commit comments