diff --git a/core/prelude-core.el b/core/prelude-core.el index efd8093..cb6a43e 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -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)