Skip to content

Commit

Permalink
Merge pull request #41 from Ecno92/fix-typos
Browse files Browse the repository at this point in the history
Fixed typo: restarut --> restart
  • Loading branch information
seagle0128 authored Dec 7, 2018
2 parents a90b8b9 + 0898818 commit 0c1e659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ M-x centaur-update-dotfiles
# Update packages only (then restart)
M-x centaur-update-packages
M-x centaur-update-packages-and-restarut
M-x centaur-update-packages-and-restart
# Update all including configurations, packages and dotfiles
M-x centuar-update-all
Expand Down
4 changes: 2 additions & 2 deletions lisp/init-funcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@
(centaur-update-dotfiles))

(declare-function upgrade-packages-and-restart 'init-package)
(defalias 'centaur-update-packages-and-restarut 'upgrade-packages-and-restart)
(defalias 'centaur-update-packages-and-restart 'upgrade-packages-and-restart)
(defun centaur-update-and-restart ()
"Update configurations and packages, then restart."
(interactive)
(centaur-update-config)
(centaur-update-org)
(centaur-update-dotfiles)
(centaur-update-packages-and-restarut nil))
(centaur-update-packages-and-restart nil))

(defun centaur-update-dotfiles ()
"Update the dotfiles to the latest version."
Expand Down

0 comments on commit 0c1e659

Please sign in to comment.