Fix elixir HEEx

This commit is contained in:
Maciej 2023-03-16 15:28:56 +02:00
parent f9d4ec66c7
commit 835c3325ef
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
3 changed files with 39 additions and 56 deletions

View file

@ -6,9 +6,9 @@
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
(require '+custom-pkg-hydra "$HOME/.emacs.d/pkg/hydra.el")
(use-package elixir-mode
:requires (lsp-mode lsp-ui)
:straight t)
(use-package elixir-mode :requires (lsp-mode lsp-ui) :straight t)
(add-to-list 'auto-mode-alist '("\\.heex\\'" . elixir-mode))
(defhydra my-elixir/context-hydra (:color teal :hint nil)
"