aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:00:13 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:03:13 +0200
commitda4e43b5e8a5066b5de41165c4d6bd7c99b8ae92 (patch)
tree0a8e193f9f156f9611816af8f546dbdbeb65d3dc /dot.emacs.d
parent04e847f6f716c5b06714ae7092a3d77857f84042 (diff)
Emacs: Add gleam-ts-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