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