aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index d45d2a8..db7269e 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -63,6 +63,10 @@
:ensure t
:mode "/muttrc")
+(use-package rust-mode
+ :ensure t
+ :mode "\\.rs\\'")
+
(setq tramp-default-method "ssh")
(setq column-number-mode t)