diff options
| author | Thomas Schneider <qsx@qsx.re> | 2017-08-08 16:20:48 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2017-08-08 16:24:34 +0200 |
| commit | b24660ac7cea8a9ddb901eaa5b44e707820883bd (patch) | |
| tree | 4f2b8ae65da2709a6271682d461ddad0458147c0 /dot.emacs.d/init.el | |
| parent | aa2396e4a2f225ae87bf4a8e214597ddd4528996 (diff) | |
Emacs: Install rust-mode
Signed-off-by: Thomas Schneider <qsx@qsx.re>
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
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) |
