From 6f9209479705bc2c3d1e9b4b93f4c0bb26178d48 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 2 Mar 2015 01:12:07 -0500 Subject: [PATCH] dotspacemacs: C-c C-c executes `dotspacemacs/init` --- core/core-dotspacemacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-dotspacemacs.el b/core/core-dotspacemacs.el index 8381d723c..c0b6d787b 100644 --- a/core/core-dotspacemacs.el +++ b/core/core-dotspacemacs.el @@ -138,6 +138,7 @@ synchronization." (interactive "P") (let ((dotspacemacs-loading-progress-bar nil)) (load-file buffer-file-name) + (dotspacemacs|call-func dotspacemacs/config "Calling dotfile init...") (configuration-layer/sync) (if arg (progn