最近发现 spacemacs 经常在项目中自动生成 TAGS,而且这个文件似乎是必不可少的(删除后总让我再生成)
这个 TAGS 文件是哪里生成的?为什么生成的?以及该如何默认关闭这个功能?
my layers:
ivy
(auto-completion :variables
auto-completion-enable-sort-by-usage 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-enable-snippets-in-popup t
auto-completion-private-snippets-directory "~/.emacs.d/private/snippets/")
git
semantic
(spell-checking :variables
spell-checking-enable-by-default nil)
(syntax-checking :variables
syntax-checking-enable-by-default t)
;; Catalogue: tools
imenu-list
markdown
docker
(ranger :variables
ranger-show-preview t)
(shell :variables
shell-default-shell 'eshell
shell-protect-eshell-prompt t
shell-default-height 30
shell-default-position 'top)
(org :variables
org-enable-github-support t)
;; version-control
;; Catalogue: language
emacs-lisp
html
shell-scripts
;; Ready: pip install pylint pytest yapf jedi anaconda-mode json-rpc service_factory
(python :variables
python-enable-yapf-format-on-save t
python-test-runner 'pytest)
;; Ready: npm install eslint;; brew install tern
javascript
c-c++
;; Ready: cabal install stylish-haskell hlint hasktags ghc-mod
haskell
react
go