Automatically run ctags command on save
This commit is contained in:
parent
cebb82f39e
commit
b16f9bbd22
4 changed files with 42 additions and 16 deletions
|
|
@ -7,7 +7,7 @@
|
|||
'(company-etags company-yasnippet))
|
||||
|
||||
(setq-local
|
||||
ctags-refresh-command
|
||||
ctags/refresh-command
|
||||
(format
|
||||
"ctags -e -R --languages=C -f %sTAGS %s."
|
||||
(projectile-project-root) (projectile-project-root)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue