Recompile the Prelude dir on prelude-update
This commit is contained in:
parent
4d15923e2c
commit
7bae87264f
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ Doesn't mess with special buffers."
|
||||||
(message "Updating Prelude...")
|
(message "Updating Prelude...")
|
||||||
(cd prelude-dir)
|
(cd prelude-dir)
|
||||||
(shell-command "git pull")
|
(shell-command "git pull")
|
||||||
|
(prelude-recompile-init)
|
||||||
(message "Update finished. Restart Emacs to complete the process.")))
|
(message "Update finished. Restart Emacs to complete the process.")))
|
||||||
|
|
||||||
(provide 'prelude-core)
|
(provide 'prelude-core)
|
||||||
|
|
Loading…
Reference in a new issue