emacs: Add rust configuration

This commit is contained in:
caem 2025-02-17 20:17:03 +01:00
parent ae00aa55e6
commit 1796e48cac
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -0,0 +1,4 @@
(use-package rust-mode
:ensure t
:init
(setq rust-mode-treesitter-derive t))