From f7f1dbd1a01cca7290501e3c4bf996b802ca83f2 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:23:48 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 287fb2a..624f854 100644 --- a/README.md +++ b/README.md @@ -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))