From 2956b59e689648a4fa884b45429ba36178d2fce1 Mon Sep 17 00:00:00 2001 From: larstvei Date: Wed, 3 May 2023 17:00:26 +0200 Subject: [PATCH] Fix rust setup --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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