Browse Source

Recompile the Prelude dir on `prelude-update`

custom
Bozhidar Batsov 13 years ago
parent
commit
7bae87264f
  1. 1
      core/prelude-core.el

1
core/prelude-core.el

@ -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…
Cancel
Save