From beaca9c60de87c1b5eaf00cedfd930f9ebf5017b Mon Sep 17 00:00:00 2001 From: KJ Date: Sat, 9 Sep 2023 01:10:16 -0400 Subject: [PATCH] Remove ctags path. Works better not setting it. --- configs/init-ctags.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)