Emacs: rust-mode

This commit is contained in:
Marcel Kapfer 2018-07-09 15:21:09 +02:00
parent 162497485c
commit c08210b084
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 0 deletions

View File

@ -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)