feat(wpcarro/emacs): Drop racer.el support

AFAIU `racer` is deprecated in favor of LSP.

Change-Id: I8bee3bb32d208b4f21cd7699ae93fc76a69ec964
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6051
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-08-07 12:50:29 -07:00 committed by wpcarro
parent 7b8e30bdf3
commit e23a556873
2 changed files with 5 additions and 3 deletions

View file

@ -22,8 +22,9 @@
(use-package rust-mode
:config
(setq lsp-rust-server #'rust-analyzer)
(add-hook 'rust-mode-hook #'lsp)
(setq rust-format-on-save t))
(setq rust-format-show-buffer nil)
(setq rust-format-on-save t)
(add-hook 'rust-mode-hook #'lsp))
(provide 'wpc-rust)
;;; wpc-rust.el ends here

View file

@ -24,7 +24,8 @@ let
ispell
nix
pass
racer
rls # Rust Language Server
rust-analyzer
rustc
rustfmt
scrot