okay
This commit is contained in:
parent
66980715aa
commit
004b283910
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ this should be useful later
|
||||||
;; variables, should you want different configuration
|
;; variables, should you want different configuration
|
||||||
;; per project/directory.
|
;; per project/directory.
|
||||||
'(:rust-analyzer
|
'(:rust-analyzer
|
||||||
:cargo (:features ["all"]))))
|
:cargo (:features "all"))))
|
||||||
|
|
||||||
(add-hook 'rustic-mode-hook #'setup-rust)
|
(add-hook 'rustic-mode-hook #'setup-rust)
|
||||||
(add-hook 'rust-mode-hook #'setup-rust)
|
(add-hook 'rust-mode-hook #'setup-rust)
|
||||||
|
|
Loading…
Reference in a new issue