[rust] Correct references to "elgot"

It's a typo.
This commit is contained in:
Colin Woodbury 2021-05-17 07:32:49 -07:00
parent e05dd2651f
commit 04b5dee615
No known key found for this signature in database
GPG key ID: 101BA589276BB074
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ e.g. ~cargo~.
+ [[https://github.com/racer-rust/emacs-racer][racer]]* (unless =+lsp=) + [[https://github.com/racer-rust/emacs-racer][racer]]* (unless =+lsp=)
** Hacks ** 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 they're missing. Doom expects you to have enabled the =:tools lsp= module
yourself. yourself.

View file

@ -58,7 +58,7 @@
:desc "all" "a" #'rustic-cargo-test :desc "all" "a" #'rustic-cargo-test
:desc "current test" "t" #'rustic-cargo-current-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 ;; package.el. Doom manages its own dependencies through straight so disable
;; this behavior to avoid package-not-initialized errors. ;; this behavior to avoid package-not-initialized errors.
(defadvice! +rust--dont-install-packages-a (&rest _) (defadvice! +rust--dont-install-packages-a (&rest _)