From 03f6495901cefc3b20419c3455268fee52c9653e Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:24:54 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 624f854..c53b589 100644 --- a/README.md +++ b/README.md @@ -1929,6 +1929,7 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e :commands haskell-mode :mode ("\\.hs\\'" . haskell-mode)) +;; Support for Rust (use-package rust-mode :commands rust-mode :mode ("\\.rs\\'" . rust-mode)