diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index f16cd141..c7090b71 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -78,7 +78,8 @@ (use-package rustic :ensure t :config - (setq rustic-format-on-save t)) + (setq rustic-format-on-save t) + (setq rustic-rustfmt-args "--edition 2018")) ;; Python support ; https://github.com/jorgenschaefer/elpy/issues/1890#issuecomment-792361668 |
