diff --git a/home-manager/modules/emacs/config.org b/home-manager/modules/emacs/config.org index 535b706..091f929 100644 --- a/home-manager/modules/emacs/config.org +++ b/home-manager/modules/emacs/config.org @@ -1687,6 +1687,14 @@ Highlighting for device tree configuration. :hook (tuareg-mode . merlin-mode)) #+end_src +*** Gleam + +Gleam has an official emacs mode: [[https://github.com/gleam-lang/gleam-mode][gleam-ts-mode]] + +#+begin_src emacs-lisp + (use-package gleam-ts-mode + :mode (rx ".gleam" eos)) +#+end_src * Org