Fix default ctags file
This commit is contained in:
parent
e41192395c
commit
d1a513b843
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ TAGS
|
||||||
eshell/history
|
eshell/history
|
||||||
tramp
|
tramp
|
||||||
url/*
|
url/*
|
||||||
|
transient/*
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
(setq ctags-refresh-command
|
(setq ctags-refresh-command
|
||||||
(format "ctags -e -R -f %sTAGS %s."
|
(format "ctags -e -R -f %sTAGS %s."
|
||||||
(projectile-project-root) (projectile-project-root)))
|
default-directory default-directory))
|
||||||
|
|
||||||
(defun refresh-ctags ()
|
(defun refresh-ctags ()
|
||||||
"Refresh ctags according to currently set command."
|
"Refresh ctags according to currently set command."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue