From 161b77ef3d24d3d0085a7f95833b67da09583894 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 31 Dec 2023 09:26:20 +0000 Subject: [PATCH] Add cargo.el with hook for rust-ts-mode --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 82c3cce..ba34af9 100644 --- a/README.org +++ b/README.org @@ -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