dotspacemacs: C-c C-c executes dotspacemacs/init

This commit is contained in:
syl20bnr 2015-03-02 01:12:07 -05:00
parent 7f6c77067a
commit 6f92094797

View file

@ -138,6 +138,7 @@ synchronization."
(interactive "P") (interactive "P")
(let ((dotspacemacs-loading-progress-bar nil)) (let ((dotspacemacs-loading-progress-bar nil))
(load-file buffer-file-name) (load-file buffer-file-name)
(dotspacemacs|call-func dotspacemacs/config "Calling dotfile init...")
(configuration-layer/sync) (configuration-layer/sync)
(if arg (if arg
(progn (progn