diff --git a/emacs/init.el b/emacs/init.el index e8988ed..001c93b 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -31,27 +31,26 @@ values." ;; List of configuration layers to load. dotspacemacs-configuration-layers '( - javascript - ;; ---------------------------------------------------------------- - ;; Example of useful layers you may want to use right away. - ;; Uncomment some layer names and press (Vim style) or - ;; (Emacs style) to install them. - ;; ---------------------------------------------------------------- - helm auto-completion - ;; better-defaults + colors + dash + deft emacs-lisp + evil-cleverparens + evil-snipe git + helm + javascript + markdown markdown org - shell-scripts - ;; (shell :variables - ;; shell-default-height 30 - ;; shell-default-position 'bottom) + ruby + ruby-on-rails spell-checking + sql syntax-checking - ;; version-control ) + ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these ;; packages, then consider creating a layer. You can also put the