summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el7
1 files changed, 7 insertions, 0 deletions
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