summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-rust.el
blob: bd5adfb1ef0a015e473e88b7e250133f0446834d (plain)
1
2
3
4
5
6
7
8
9
10
;;; rust-mode --- All slime configuration

;;; Commentary:

;;; Code:

(require-package 'rust-mode)

(provide 'init-rust)
;;; init-rust ends here