From bfb7c8c981daa13286c9f3d36cddce768fce6c5b Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 2 Mar 2024 10:31:56 +0000 Subject: emacs: Add Rust configuration --- emacs/init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index bc42b36..86b1aae 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -198,6 +198,13 @@ (use-package org :custom (org-startup-folded 'showall) :defer t) +;; Rust + +(use-package rust-mode + :hook (rust-mode . eglot-ensure) + :ensure t) + + ;; Shell Scripts (use-package sh-script -- cgit v1.2.3-70-g09d2