mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-02-05 07:12:22 -08:00
lang/rust: read RUST_SRC_PATH envvar on MacOS
This commit is contained in:
parent
d7672dad46
commit
2edbf91a5e
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
(def-package! rust-mode
|
||||
:mode "\\.rs$"
|
||||
:config
|
||||
(set! :env "RUST_SRC_PATH")
|
||||
(setq rust-indent-method-chain t)
|
||||
(def-menu! +rust/build-menu
|
||||
"TODO"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue