Skip to content

Commit

Permalink
Drop cargo-minor-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Mar 11, 2024
1 parent de9ea7a commit 95028b3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lisp/lang/init-rust.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@
:custom
(rust-indent-where-clause t)
(rust-format-on-save t)
(rust-format-show-buffer nil))

;; Cargo integration
(use-package cargo
:ensure t
:hook (rust-mode . cargo-minor-mode))
(rust-format-show-buffer nil)
(rust-load-optional-libraries t))

(provide 'init-rust)
;;; init-rust.el ends here

0 comments on commit 95028b3

Please sign in to comment.