From ec03e768439b28b2a26e267963521fb7e321f487 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 18 Mar 2015 12:25:43 -0500 Subject: [PATCH] Adding some more config layers to spacemacs --- spacemacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spacemacs b/spacemacs index c2cc7bc..9108f62 100644 --- a/spacemacs +++ b/spacemacs @@ -12,7 +12,7 @@ dotspacemacs-configuration-layer-path '() ;; List of configuration layers to load. If it is the symbol `all' instead ;; of a list then all discovered layers will be installed. - dotspacemacs-configuration-layers '(perforce git c-c++ haskell html javascript php markdown extra-langs company-mode) + dotspacemacs-configuration-layers '(perforce git c-c++ haskell html javascript php markdown extra-langs company-mode (colors :variables colors-enable-rainbow-identifiers t) restclient evil-snipe) ;; A list of packages and/or extensions that will not be install and loaded. dotspacemacs-excluded-packages '(evil-escape) ;; If non-nil spacemacs will delete any orphan packages, i.e. packages that @@ -106,6 +106,7 @@ (defun dotspacemacs/config () "This is were you can ultimately override default Spacemacs configuration. This function is called at the very end of Spacemacs initialization." + (rainbow-mode) ) ;; Custom variables