Skip to content

Instantly share code, notes, and snippets.

@wayslog
Created October 29, 2016 06:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wayslog/553b95121fc2bebf0e6cf720fa0aeedc to your computer and use it in GitHub Desktop.
Save wayslog/553b95121fc2bebf0e6cf720fa0aeedc to your computer and use it in GitHub Desktop.
my spacemacs conf
dotspacemacs-configuration-layers
'(
;; lang
(python :variables python-enable-yapf-format-on-save t)
rust
(c-c++ :variables
c-c++-default-mode-for-headers 'c++-mode
c-c++-enable-clang-support t)
common-lisp
nim
go
emacs-lisp
(javascript :variables javascript-disable-tern-port-files nil)
;; text
yaml
markdown
puppet
salt
dockerfile
ansible
org
;; feature
(colors :variables
colors-enable-rainbow-identifiers t
colors-enable-nyan-cat-progress-bar t)
semantic
(ycmd :variables
ycmd-extra-conf-handler 'load
ycmd-server-command '("python" "/Users/wayslog/tools/ycmd/ycmd/"))
gtags
cscope
ibuffer
themes-megapack
(auto-completion :variables
auto-completion-enable-sort-by-usage t
auto-completion-enable-snippets-in-popup t
auto-completion-return-key-behavior 'complete
auto-completion-tab-key-behavior 'cycle
auto-completion-complete-with-key-sequence nil
auto-completion-complete-with-key-sequence-delay 0.1
auto-completion-private-snippets-directory nil
)
better-defaults
git
syntax-checking
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment