aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 2dbbd1b..204297c 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -512,6 +512,9 @@
(use-package arduino-mode)
(use-package arduino-cli-mode)
+(use-package gleam-ts-mode
+ :mode (rx ".gleam" eos))
+
;;; Mail
(use-package gnus
:defer t