(py|rb)env version in modeline + define-builder macro
This commit is contained in:
parent
979472385b
commit
c27dfd5540
10 changed files with 89 additions and 38 deletions
|
@ -11,7 +11,7 @@
|
|||
(use-package rust-mode
|
||||
:mode "\\.rs$"
|
||||
:config
|
||||
(build-for! rust-mode "cargo run" "Cargo.toml")
|
||||
(define-builder! rust-mode "cargo run" "Cargo.toml")
|
||||
(use-package flycheck-rust
|
||||
:config (add-hook! rust-mode 'flycheck-mode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue