From b24660ac7cea8a9ddb901eaa5b44e707820883bd Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 8 Aug 2017 16:20:48 +0200 Subject: Emacs: Install rust-mode Signed-off-by: Thomas Schneider --- dot.emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot.emacs.d/init.el') 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) -- cgit v1.2.3