From c08210b0843abadaf16d8d2e339c0e3e70845dcf Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 9 Jul 2018 15:21:09 +0200 Subject: [PATCH] Emacs: rust-mode --- emacs/emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 33f7333..48e31c1 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1342,3 +1342,6 @@ signature-file is the path to the file which contains the signature." (exec-path-from-shell-initialize) (exec-path-from-shell-copy-env "SSH_AUTH_SOCK") (exec-path-from-shell-copy-env "SSH_AGENT_PID")) + +;; rust-mode +(use-package rust-mode)