summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/inits/20-programming.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/inits/20-programming.el b/emacs/inits/20-programming.el
index ffa99e7..dc6612c 100644
--- a/emacs/inits/20-programming.el
+++ b/emacs/inits/20-programming.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2026-03-21 08h23 GMT (8a60818d)>
+;; Time-stamp: <2026-03-25 11h49 GMT (242d7eec)>
;; -----------------------------------------------------------------------------
;; General setup
@@ -263,8 +263,8 @@
(setq rust-indent-offset 4
rust-indent-method-chain t
rust-indent-where-clause t
- rust-format-on-save t))
-
+ rust-format-on-save t
+ rust-rustfmt-switches '("--edition" "2024")))
;; -------------------------------------------------------------------
;; Misc languages