Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. dotspacemacs-configuration-layers
  2. '(
  3. ;; ----------------------------------------------------------------
  4. ;; Example of useful layers you may want to use right away.
  5. ;; Uncomment some layer names and press <SPC f e R> (Vim style) or
  6. ;; <M-m f e R> (Emacs style) to install them.
  7. ;; ----------------------------------------------------------------
  8. auto-completion
  9. better-defaults
  10. spell-checking
  11. syntax-checking
  12. version-control
  13. semantic
  14.  
  15. emacs-lisp
  16. haskell
  17. (go :variables
  18. gofmt-command "goimports"
  19. )
  20.  
  21. ruby
  22. php
  23. python
  24. (c-c++ :variables
  25. indent-tabs-mode nil
  26. c-basic-offset 4
  27. c-style-default "linux"
  28. )
  29.  
  30. yaml
  31. markdown
  32. org
  33.  
  34. github
  35. git
  36.  
  37. dockerfile
  38. chrome
  39.  
  40. (shell :variables
  41. shell-default-shell 'ansi-term
  42. ;; shell-enable-smart-eshell t
  43. shell-default-height 30
  44. shell-default-position 'bottom
  45. shell-default-term-shell "/bin/zsh")
  46. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement