Skip to content

Commit

Permalink
[rust] Correct references to "elgot"
Browse files Browse the repository at this point in the history
It's a typo.
  • Loading branch information
fosskers committed May 17, 2021
1 parent e05dd26 commit 04b5dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/lang/rust/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion modules/lang/rust/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 _)
Expand Down

0 comments on commit 04b5dee

Please sign in to comment.