Update README.md

This commit is contained in:
James Cherti
2026-02-03 11:23:08 -05:00
parent 37076a6cf6
commit 98fc488633

View File

@@ -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