Add set-env! autodef; make :env obsolete
This commit is contained in:
parent
3b0fad871f
commit
98d2f1de3f
8 changed files with 20 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/rust/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! rust-mode
|
||||
(set! :env "RUST_SRC_PATH")
|
||||
(set-env! "RUST_SRC_PATH")
|
||||
(set! :docset 'rust-mode "Rust")
|
||||
(setq rust-indent-method-chain t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue