Created
November 30, 2015 23:28
-
-
Save fujin/d63fa5ed02a926c6dc36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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