def-docset
This commit is contained in:
parent
99e2e4c5ea
commit
ec9c12e17e
20 changed files with 42 additions and 21 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue