Cleaned up layers list
This commit is contained in:
parent
e137009579
commit
523a53aee0
|
@ -31,27 +31,26 @@ values."
|
||||||
;; List of configuration layers to load.
|
;; List of configuration layers to load.
|
||||||
dotspacemacs-configuration-layers
|
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
|
auto-completion
|
||||||
;; better-defaults
|
colors
|
||||||
|
dash
|
||||||
|
deft
|
||||||
emacs-lisp
|
emacs-lisp
|
||||||
|
evil-cleverparens
|
||||||
|
evil-snipe
|
||||||
git
|
git
|
||||||
|
helm
|
||||||
|
javascript
|
||||||
|
markdown
|
||||||
markdown
|
markdown
|
||||||
org
|
org
|
||||||
shell-scripts
|
ruby
|
||||||
;; (shell :variables
|
ruby-on-rails
|
||||||
;; shell-default-height 30
|
|
||||||
;; shell-default-position 'bottom)
|
|
||||||
spell-checking
|
spell-checking
|
||||||
|
sql
|
||||||
syntax-checking
|
syntax-checking
|
||||||
;; version-control
|
|
||||||
)
|
)
|
||||||
|
|
||||||
;; List of additional packages that will be installed without being
|
;; List of additional packages that will be installed without being
|
||||||
;; wrapped in a layer. If you need some configuration for these
|
;; wrapped in a layer. If you need some configuration for these
|
||||||
;; packages, then consider creating a layer. You can also put the
|
;; packages, then consider creating a layer. You can also put the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user