From ee79cc489b871e8acb33ee3a4f1f2cee54382813 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 25 Mar 2023 03:24:16 -0400 Subject: rm'd eglot config, it has all the servers I use setup by default now --- init.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index e8fb9d2..a73be6b 100644 --- a/init.el +++ b/init.el @@ -65,9 +65,6 @@ (when (require? 'company) (require 'init-company)) -(when (require? 'eglot) - (require 'init-eglot)) - (when (require? 'flycheck) (require 'init-flycheck)) -- cgit v1.2.3