diff --git a/init.org b/init.org index d71f432..b70e6f8 100644 --- a/init.org +++ b/init.org @@ -1240,7 +1240,7 @@ ** Rust #+begin_src emacs-lisp - (add-hook 'rust-mode-hook 'eglot-ensure) + (setq rustic-lsp-client 'eglot) #+end_src ** Go