Emacs: rust-mode
This commit is contained in:
parent
162497485c
commit
c08210b084
1 changed files with 3 additions and 0 deletions
|
@ -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-initialize)
|
||||||
(exec-path-from-shell-copy-env "SSH_AUTH_SOCK")
|
(exec-path-from-shell-copy-env "SSH_AUTH_SOCK")
|
||||||
(exec-path-from-shell-copy-env "SSH_AGENT_PID"))
|
(exec-path-from-shell-copy-env "SSH_AGENT_PID"))
|
||||||
|
|
||||||
|
;; rust-mode
|
||||||
|
(use-package rust-mode)
|
||||||
|
|
Loading…
Reference in a new issue