diff options
| author | Steve Lee <me@xiangyangli.com> | 2022-04-24 07:31:27 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2022-04-24 07:31:27 +0800 |
| commit | d87ddc35c05870ccb684c079e98130e6d86d92e2 (patch) | |
| tree | d6af833ec58de858fbe34cf5146665219ad4b3c9 /.emacs.d/lisp/init-rust.el | |
| parent | b67c59cc4089bc4a132e48291d87bb07a5a0df25 (diff) | |
| download | dotfiles-d87ddc35c05870ccb684c079e98130e6d86d92e2.tar.xz dotfiles-d87ddc35c05870ccb684c079e98130e6d86d92e2.zip | |
merge emacs config
Diffstat (limited to '.emacs.d/lisp/init-rust.el')
| -rw-r--r-- | .emacs.d/lisp/init-rust.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-rust.el b/.emacs.d/lisp/init-rust.el new file mode 100644 index 0000000..bd5adfb --- /dev/null +++ b/.emacs.d/lisp/init-rust.el @@ -0,0 +1,10 @@ +;;; rust-mode --- All slime configuration + +;;; Commentary: + +;;; Code: + +(require-package 'rust-mode) + +(provide 'init-rust) +;;; init-rust ends here |
