Configure Emacs for Rust development
This commit is contained in:
parent
b1fc9451ca
commit
a18255b380
1 changed files with 4 additions and 0 deletions
|
|
@ -209,3 +209,7 @@
|
|||
(use-package direnv
|
||||
:config
|
||||
(direnv-mode))
|
||||
|
||||
(use-package rustic
|
||||
:custom
|
||||
(rustic-format-on-save t))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue