Add missing whitespace
This commit is contained in:
parent
3e3d022b89
commit
7aa0164bfb
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ Doesn't mess with special buffers."
|
||||||
(defun prelude-update ()
|
(defun prelude-update ()
|
||||||
"Update Prelude to its latest version."
|
"Update Prelude to its latest version."
|
||||||
(interactive)
|
(interactive)
|
||||||
(when (y-or-n-p "Do you want to update Prelude?")
|
(when (y-or-n-p "Do you want to update Prelude? ")
|
||||||
(message "Updating Prelude...")
|
(message "Updating Prelude...")
|
||||||
(cd prelude-dir)
|
(cd prelude-dir)
|
||||||
(shell-command "git pull")
|
(shell-command "git pull")
|
||||||
|
|
Loading…
Reference in a new issue