Skip to content

Instantly share code, notes, and snippets.

@fujin
Created November 30, 2015 23:28
Show Gist options
  • Select an option

  • Save fujin/d63fa5ed02a926c6dc36 to your computer and use it in GitHub Desktop.

Select an option

Save fujin/d63fa5ed02a926c6dc36 to your computer and use it in GitHub Desktop.
dotspacemacs-configuration-layers
'(
;; ----------------------------------------------------------------
;; 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.
;; ----------------------------------------------------------------
auto-completion
better-defaults
spell-checking
syntax-checking
version-control
semantic
emacs-lisp
haskell
(go :variables
gofmt-command "goimports"
)
ruby
php
python
(c-c++ :variables
indent-tabs-mode nil
c-basic-offset 4
c-style-default "linux"
)
yaml
markdown
org
github
git
dockerfile
chrome
(shell :variables
shell-default-shell 'ansi-term
;; shell-enable-smart-eshell t
shell-default-height 30
shell-default-position 'bottom
shell-default-term-shell "/bin/zsh")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment