From 6fac8a28da9bf30da71941340505c2316d0db5a3 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 7 Oct 2022 03:10:21 -0400 Subject: changed the config-* prefix to init-* for all of the init files --- config/eglot/config-eglot-servers.el | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 config/eglot/config-eglot-servers.el (limited to 'config/eglot/config-eglot-servers.el') diff --git a/config/eglot/config-eglot-servers.el b/config/eglot/config-eglot-servers.el deleted file mode 100644 index 833766d..0000000 --- a/config/eglot/config-eglot-servers.el +++ /dev/null @@ -1,9 +0,0 @@ -(defvar config-eglot-server-clangd '((c-mode c++-mode) . - ("clangd" - "--header-insersion=never"))) - -(defvar config-eglot-server-rust-analyzer '((rust-mode) . - ("rust-analyzer"))) - -(add-to-list 'eglot-server-programs config-eglot-server-clangd) -(add-to-list 'eglot-server-programs config-eglot-server-rust-analyzer) -- cgit v1.2.3