From 98fc4886331399593cc4f80c89d5f826a558e2e2 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:23:08 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a055d2d..287fb2a 100644 --- a/README.md +++ b/README.md @@ -1929,6 +1929,12 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e :commands haskell-mode :mode ("\\.hs\\'" . haskell-mode)) +(use-package rust-mode + :commands rust-mode + :mode ("\\.rs$" . rust-mode) + :custom + (rust-indent-offset 2)) + ;; Major mode for editing crontab files (use-package crontab-mode :commands crontab-mode