;;; rust-mode --- All slime configuration ;;; Commentary: ;;; Code: (require-package 'rust-mode) (provide 'init-rust) ;;; init-rust ends here