Cleaned up layers list
This commit is contained in:
parent
e137009579
commit
523a53aee0
|
@ -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 <SPC f e R> (Vim style) or
|
||||
;; <M-m f e R> (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
|
||||
|
|
Loading…
Reference in New Issue
Block a user