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/custom.el | 2 +- dot.emacs.d/init.el | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/custom.el b/dot.emacs.d/custom.el index fb240f6..69c98d7 100644 --- a/dot.emacs.d/custom.el +++ b/dot.emacs.d/custom.el @@ -9,7 +9,7 @@ ("82d2cac368ccdec2fcc7573f24c3f79654b78bf133096f9b40c20d97ec1d8016" default))) '(package-selected-packages (quote - (muttrc-mode auctex linum-relative yaml-mode color-theme-sanityinc-tomorrow)))) + (rust-mode muttrc-mode auctex linum-relative yaml-mode color-theme-sanityinc-tomorrow)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. 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