Convert language files to packages
This commit is contained in:
parent
4337243183
commit
0974c0c86f
12 changed files with 91 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue