From 7bae87264f437eb88b50032642bc8732a458c8eb Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 31 May 2013 13:05:59 +0300 Subject: [PATCH] Recompile the Prelude dir on `prelude-update` --- core/prelude-core.el | 1 + 1 file changed, 1 insertion(+) 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)