Update README.md

This commit is contained in:
James Cherti
2026-02-03 11:23:48 -05:00
parent 98fc488633
commit f7f1dbd1a0

View File

@@ -1931,7 +1931,7 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e
(use-package rust-mode
:commands rust-mode
:mode ("\\.rs$" . rust-mode)
:mode ("\\.rs\\'" . rust-mode)
:custom
(rust-indent-offset 2))