Recompile the Prelude dir on prelude-update

This commit is contained in:
Bozhidar Batsov 2013-05-31 13:05:59 +03:00
parent 4d15923e2c
commit 7bae87264f

View file

@ -413,6 +413,7 @@ Doesn't mess with special buffers."
(message "Updating Prelude...")
(cd prelude-dir)
(shell-command "git pull")
(prelude-recompile-init)
(message "Update finished. Restart Emacs to complete the process.")))
(provide 'prelude-core)