diff --git a/core/core-spacemacs.el b/core/core-spacemacs.el index ff2f332d3..8e20f9f3e 100644 --- a/core/core-spacemacs.el +++ b/core/core-spacemacs.el @@ -86,6 +86,10 @@ the final step of executing code in `emacs-startup-hook'.") (toggle-frame-maximized)) (add-to-list 'default-frame-alist '(fullscreen . maximized))) (dotspacemacs|call-func dotspacemacs/user-init "Calling dotfile user init...") + ;; we must ensure that Emacs custom settings are defined before any call + ;; to customize save functions + (dotspacemacs|call-func dotspacemacs/emacs-custom-settings + "Calling dotfile Emacs custom settings...") (setq dotspacemacs-editing-style (dotspacemacs//read-editing-style-config dotspacemacs-editing-style)) (configuration-layer/initialize)