diff --git a/.gitignore b/.gitignore index 5c73e78..b8c8768 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ TAGS eshell/history tramp url/* +transient/* diff --git a/08ctags.el b/08ctags.el index fc9155e..8535c9a 100644 --- a/08ctags.el +++ b/08ctags.el @@ -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."