chore(grfn/system): Upgrade emacs packages

Some interfaces changed in magit's transient, and doom switched more
emphatically to rustic mode

Change-Id: Ifb945f7fc693b0b7fb1739e25c6da70b06df96ef
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8161
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2023-02-27 10:13:17 -05:00 committed by clbot
parent 0dcbf5dfb9
commit c54c869778
4 changed files with 18 additions and 16 deletions

View file

@ -9,15 +9,16 @@
(+evil-embrace-angle-bracket-modes-hook-h)
(setq lsp-rust-server 'rust-analyzer)
;; (setq lsp-rust-server 'rust-analyzer)
(setq-local whitespace-line-column 100
fill-column 100)
(setq rust-format-show-buffer nil)
;; (setq rust-format-show-buffer nil)
(setq lsp-rust-analyzer-import-merge-behaviour "last"
lsp-rust-analyzer-cargo-watch-command "clippy"
lsp-rust-analyzer-cargo-watch-args ["--target-dir" "/home/grfn/code/readyset/readyset/target/rust-analyzer"]
rustic-format-trigger 'on-save
lsp-ui-doc-enable t)
(rust-enable-format-on-save)
;; (rust-enable-format-on-save)
(lsp))
(add-hook 'rust-mode-hook #'grfn/rust-setup)