Remove ctags path.

Works better not setting it.
This commit is contained in:
KJ 2023-09-09 01:10:16 -04:00
parent 0a89a44121
commit beaca9c60d
1 changed files with 3 additions and 3 deletions

View File

@ -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)