diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:00:13 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:03:13 +0200 |
| commit | da4e43b5e8a5066b5de41165c4d6bd7c99b8ae92 (patch) | |
| tree | 0a8e193f9f156f9611816af8f546dbdbeb65d3dc /dot.emacs.d/init.el | |
| parent | 04e847f6f716c5b06714ae7092a3d77857f84042 (diff) | |
Emacs: Add gleam-ts-mode
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
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 |
