+ dotspacemacs-configuration-layers
+ '(
+ ;; --------------------------------------------------------
+ ;; Example of useful layers you may want to use right away
+ ;; Uncomment a layer name and press C-c C-c to install it
+ ;; --------------------------------------------------------
+ auto-completion
+ better-defaults
+ (git :variables
+ git-gutter-use-fringe t)
+ markdown
+ org
+ syntax-checking
+ mu4e
+ evil
+ c-c++
+ auctex
+ html
+ clojure
+ (haskell :variables '(haskell-enable-hindent-style "johan-tibell"
+ haskell-enable-shm-support t))
+ )