summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index 549838c..21a26f6 100644
--- a/init.el
+++ b/init.el
@@ -1049,7 +1049,6 @@ https://yannherklotz.com"))
(shell-command-to-string "agda-mode locate"))))
(use-package zig-mode
- :if (executable-find "zig")
:ensure t)
(use-package outline
@@ -1078,6 +1077,9 @@ https://yannherklotz.com"))
("C-<" . outline-promote)
("C->" . outline-demote)))
+(use-package rust-mode
+ :ensure t)
+
(setq gc-cons-threshold (* 1024 1024 10))
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))