diff options
author | Amin Bandali <me@aminb.org> | 2015-04-08 23:46:56 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-04-08 23:46:56 -0400 |
commit | baa968ec9d234e985eabd4639dbd6da10cbe557f (patch) | |
tree | e7347ab8e1def96e2c29d0c1ba7ae6109ae3084d /spacemacs | |
parent | dee571abfb61daa27b2b6a359d93001cffb0843a (diff) | |
download | configs-baa968ec9d234e985eabd4639dbd6da10cbe557f.tar.gz configs-baa968ec9d234e985eabd4639dbd6da10cbe557f.tar.xz configs-baa968ec9d234e985eabd4639dbd6da10cbe557f.zip |
enable haskell layer
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs/.spacemacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 6de5617..f776298 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -10,7 +10,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 '(mu4e evil git c-c++ auctex html clojure) + dotspacemacs-configuration-layers '(mu4e evil git c-c++ auctex html clojure haskell) ;; A list of packages and/or extensions that will not be install and loaded. dotspacemacs-excluded-packages '() ;; If non-nil spacemacs will delete any orphan packages, i.e. packages that |