+ dotspacemacs-configuration-layers
+ '(
+ ;; ----------------------------------------------------------------
+ ;; Example of useful layers you may want to use right away.
+ ;; Uncomment some layer names and press <SPC f e R> (Vim style) or
+ ;; <M-m f e R> (Emacs style) to install them.
+ ;; ----------------------------------------------------------------
+ auto-completion
+ better-defaults
+ emacs-lisp
+ (git :variables
+ git-gutter-use-fringe t)
+ markdown
+ org
+ shell
+ syntax-checking
+ mu4e
+ notmuch
+ evil
+ c-c++
+ auctex
+ ;; html
+ ;; clojure
+ ;; (haskell :variables '(haskell-enable-hindent-style "chris-done"
+ ;; haskell-enable-shm-support t))
+ ;; rust
+ shell
+ ;; themes-megapack
+ )
+ ;; List of additional packages that will be installed wihout being
+ ;; wrapped in a layer. If you need some configuration for these
+ ;; packages then consider to create a layer, you can also put the
+ ;; configuration in `dotspacemacs/config'.
+ dotspacemacs-additional-packages '()