doom: update gleam package

This commit is contained in:
Payas Relekar 2024-03-14 15:27:44 +05:30
parent 39a35aa594
commit b5b4251194

View file

@ -192,16 +192,19 @@ Tangle ~packages.el~ from within org-mode.
:files (:defaults ("ajrepl/"
"ajrepl/*"))))
(package! gleam-ts-mode
:recipe (:local-repo "~/git/gleam-ts-mode"))
;; :recipe (:type git :host github :repo "gleam-lang/gleam-mode"))
(package! eat)
(package! nix-ts-mode)
(package! nix3
:recipe (:type git :host github :repo "emacs-twist/nix3.el"))
(package! gleam-ts-mode
:recipe (:type git
:host github
:repo "gleam-lang/gleam-mode"
:branch "gleam-ts-mode"
:files ("gleam-ts-mode.el")))
#+end_src
* Modus-themes
Customize Modus-themes a little to make it more peppy and vibrant.
@ -1191,9 +1194,9 @@ When Emacs is opened in Windows Subsystem for Linux, open web links in Firefox o
** Gleam
#+begin_src emacs-lisp :lexical t
;; (use-package! gleam-mode
;; :bind (:map gleam-mode-map
;; ("C-c g f" . gleam-format)))
(use-package! gleam-ts-mode
:bind (:map gleam-ts-mode-map
("C-c g f" . gleam-format)))
#+end_src
** Combobulate
#+begin_src emacs-lisp :lexical t