Disable ctags config.

After all, whe never use it. Eglots do all the work alone.

I will try improve the config, but for now is not needed as is.
This commit is contained in:
KJ 2024-04-21 23:55:42 -04:00
parent 5d728d3a2f
commit 4274a147f4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
(require 'init-org)
(require 'init-eglot)
(require 'init-corfu)
(require 'init-ctags)
;; (require 'init-ctags)
(require 'init-minibuffer)
(require 'init-evil)
(require 'init-keys)