This commit is contained in:
Sakooooo 2024-09-19 10:40:54 +04:00
parent 66980715aa
commit 004b283910
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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)