Skip to content

Instantly share code, notes, and snippets.

@i-oliva
Created December 18, 2018 16:52
Show Gist options
  • Save i-oliva/f7d2729026a4816f18c710c4c347a69d to your computer and use it in GitHub Desktop.
Save i-oliva/f7d2729026a4816f18c710c4c347a69d to your computer and use it in GitHub Desktop.
dotspacemacs-configuration-layers
'((html :variables
web-fmt-tool 'prettier
css-indent-offset 2
web-mode-markup-indent-offset 2
web-mode-css-indent-offset 2
web-mode-code-indent-offset 2
web-mode-attr-indent-offset 2)
;; ----------------------------------------------------------------
;; 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
emacs-lisp
git
;; markdown
multiple-cursors
neotree
;; org
(shell :variables
shell-default-height 30
shell-default-position 'bottom)
;; spell-checking
syntax-checking
version-control
lsp
(javascript :variables
javascript-backend 'lsp
javascript-fmt-tool 'prettier
js2-basic-offset 0
)
react
themes-megapack
github
slack
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment