Add cargo.el with hook for rust-ts-mode

This commit is contained in:
Evie Litherland-Smith 2023-12-31 09:26:20 +00:00
parent c2dfd0490c
commit 161b77ef3d

View file

@ -977,6 +977,13 @@ Set fill column to 88 and enable display in python buffers
(add-hook 'python-base-mode-hook (lambda () (my/enable-fill-column 88)))
#+end_src
*** Rust
#+begin_src emacs-lisp
(use-package cargo
:ensure t
:hook (rust-ts-mode . cargo-minor-mode))
#+end_src
* Internet
** TODO Gnus