diff --git a/configs/init-ctags.el b/configs/init-ctags.el index 39f337a..c9cec43 100644 --- a/configs/init-ctags.el +++ b/configs/init-ctags.el @@ -31,9 +31,9 @@ (setq citre-auto-enable-citre-mode-modes '(prog-mode)) :config (with-no-warnings - (setq citre-readtags-program "/usr/bin/readtags" - citre-ctags-program "/usr/bin/ctags" - citre-default-create-tags-file-location 'global-cache + (setq citre-default-create-tags-file-location 'global-cache + ;; citre-ctags-program "/usr/bin/ctags" + ;; citre-readtags-program "/usr/bin/readtags" citre-use-project-root-when-creating-tags t citre-prompt-language-for-ctags-command t)