def-docset

This commit is contained in:
Henrik Lissner 2016-05-24 22:09:50 -04:00
parent 99e2e4c5ea
commit ec9c12e17e
20 changed files with 42 additions and 21 deletions

View file

@ -5,7 +5,8 @@
:init (add-hook 'rust-mode-hook 'flycheck-mode)
:config
(def-builder! rust-mode "cargo run" "Cargo.toml")
(def-builder! toml-mode "cargo run" "Cargo.toml"))
(def-builder! toml-mode "cargo run" "Cargo.toml")
(def-docset! rust-mode ("Rust")))
(use-package flycheck-rust :after rust-mode)