dotfiles

commit 9504301637366db8d41fd4d3c7bfb2cce968b233

Author: Honza Pokorny <honza@redhat.com>

Add csv, forge, and move elm out of extras

 spacemacs | 6 ++++--


diff --git a/spacemacs b/spacemacs
index 1b3e2d22f2c38a81bd2813cd4389c4874f7f788d..f2e84fb2127e02b16097f09407f52c3219be7b75 100644
--- a/spacemacs
+++ b/spacemacs
@@ -28,7 +28,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
-   '(
+   '(csv
      ;; ----------------------------------------------------------------
      ;; Example of useful layers you may want to use right away.
      ;; Uncomment some layer names and press <SPC f e R> (Vim style) or
@@ -38,6 +38,8 @@      auto-completion
      better-defaults
      emacs-lisp
      c-c++
+     csv
+     elm
      git
      github
      haskell
@@ -74,7 +76,7 @@    ;; List of additional packages that will be installed without 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 '(elm-mode prettier-js)
+   dotspacemacs-additional-packages '(prettier-js forge)
    ;; A list of packages that cannot be updated.
    dotspacemacs-frozen-packages '()
    ;; A list of packages and/or extensions that will not be install and loaded.