From 523a53aee0407a38c47269c3c10dfe5b48c2ca50 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 18 May 2019 19:34:23 -0400 Subject: [PATCH] Cleaned up layers list --- emacs/init.el | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) 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