Add cargo.el with hook for rust-ts-mode
This commit is contained in:
parent
c2dfd0490c
commit
161b77ef3d
|
@ -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)))
|
(add-hook 'python-base-mode-hook (lambda () (my/enable-fill-column 88)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
*** Rust
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package cargo
|
||||||
|
:ensure t
|
||||||
|
:hook (rust-ts-mode . cargo-minor-mode))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Internet
|
* Internet
|
||||||
|
|
||||||
** TODO Gnus
|
** TODO Gnus
|
||||||
|
|
Loading…
Reference in a new issue