Skip to content

Instantly share code, notes, and snippets.

@improve100
Last active June 22, 2018 06:02
Show Gist options
  • Save improve100/4bb46b49e253e13a4cfd4c19939492e3 to your computer and use it in GitHub Desktop.
Save improve100/4bb46b49e253e13a4cfd4c19939492e3 to your computer and use it in GitHub Desktop.
spacemacs layer summary
helm
gtags
(c-c++ :variables
c-c++-default-mode-for-headers 'c++-mode
c-c++-enable-clang-support t)
auto-completion
better-defaults
emacs-lisp
git
;; markdown
org
python
ycmd
yasnippet
;;company-irony
(shell :variables
shell-default-height 30
shell-default-position 'bottom)
spell-checking
syntax-checking
;; version-control
ipython-notebook
imenu-list
原来gtags并不主动识别.h 中的C++类,除非设置GTAGSFORCECPP 环境变量
export GTAGSFORCECPP=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment