Convert language files to packages

This commit is contained in:
Maciej 2020-07-24 09:28:40 +03:00
parent 4337243183
commit 0974c0c86f
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
12 changed files with 91 additions and 6 deletions

View file

@ -1,3 +1,7 @@
;;; rust -- summary
;;; Commentary:
;;; Code:
(defun activate-rust-mode ()
"All things for Rust mode"
(interactive)
@ -11,3 +15,6 @@
(add-hook 'rust-mode-hook 'activate-rust-mode)
(add-hook 'rust-mode-hook 'flycheck-rust-setup)
(provide 'rust)
;;; rust.el ends here