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)