Fix colors for rainbow-identifiers at startup

This commit is contained in:
syl20bnr 2014-12-17 22:33:37 -05:00
parent 9be54e7fd4
commit 61243c9b07
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
(let ((pkg (format "%s-theme" (symbol-name dotspacemacs-default-theme))))
(spacemacs/load-or-install-package (intern pkg))))))
(load-theme dotspacemacs-default-theme t)
(setq-default spacemacs-cur-theme dotspacemacs-default-theme)
;; remove GUI elements
(unless (eq tool-bar-mode -1)
(tool-bar-mode -1)