diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b708378..f67e594 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -105,3 +105,7 @@ ;; org-mode (if (file-exists-p "~/.emacs.d/org-mode.el") (load-file "~/.emacs.d/org-mode.el")) + +;; rust-mode +(if (file-exists-p "~/.emacs.d/rust-mode.el") + (load-file "~/.emacs.d/rust-mode.el"))