From 4274a147f44577ad954d24b8337a154ea8632238 Mon Sep 17 00:00:00 2001 From: KJ Date: Sun, 21 Apr 2024 23:55:42 -0400 Subject: [PATCH] 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. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 1b23e11..4fae58a 100644 --- a/init.el +++ b/init.el @@ -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)