Remove ctags path.
Works better not setting it.
This commit is contained in:
parent
0a89a44121
commit
beaca9c60d
@ -31,9 +31,9 @@
|
|||||||
(setq citre-auto-enable-citre-mode-modes '(prog-mode))
|
(setq citre-auto-enable-citre-mode-modes '(prog-mode))
|
||||||
:config
|
:config
|
||||||
(with-no-warnings
|
(with-no-warnings
|
||||||
(setq citre-readtags-program "/usr/bin/readtags"
|
(setq citre-default-create-tags-file-location 'global-cache
|
||||||
citre-ctags-program "/usr/bin/ctags"
|
;; citre-ctags-program "/usr/bin/ctags"
|
||||||
citre-default-create-tags-file-location 'global-cache
|
;; citre-readtags-program "/usr/bin/readtags"
|
||||||
citre-use-project-root-when-creating-tags t
|
citre-use-project-root-when-creating-tags t
|
||||||
citre-prompt-language-for-ctags-command t)
|
citre-prompt-language-for-ctags-command t)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user