@@ -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)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.