From 04b5dee6159719ebdf3ac4b6b34fec4224c8899b Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Mon, 17 May 2021 07:32:49 -0700 Subject: [PATCH] [rust] Correct references to "elgot" It's a typo. --- modules/lang/rust/README.org | 2 +- modules/lang/rust/config.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lang/rust/README.org b/modules/lang/rust/README.org index be0bfb38876..f88d15f51e8 100644 --- a/modules/lang/rust/README.org +++ b/modules/lang/rust/README.org @@ -41,7 +41,7 @@ e.g. ~cargo~. + [[https://github.com/racer-rust/emacs-racer][racer]]* (unless =+lsp=) ** Hacks -+ rustic has been modified /not/ to automatically install lsp-mode or elgot if ++ rustic has been modified /not/ to automatically install lsp-mode or eglot if they're missing. Doom expects you to have enabled the =:tools lsp= module yourself. diff --git a/modules/lang/rust/config.el b/modules/lang/rust/config.el index be7d08f146c..27a619dcf08 100644 --- a/modules/lang/rust/config.el +++ b/modules/lang/rust/config.el @@ -58,7 +58,7 @@ :desc "all" "a" #'rustic-cargo-test :desc "current test" "t" #'rustic-cargo-current-test)) - ;; If lsp/elgot isn't available, it attempts to install lsp-mode via + ;; If lsp/eglot isn't available, it attempts to install lsp-mode via ;; package.el. Doom manages its own dependencies through straight so disable ;; this behavior to avoid package-not-initialized errors. (defadvice! +rust--dont-install-packages-a (&rest _)