mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 19:46:17 +01:00
e891fd2406
Signed-off-by: Magic_RB <magic_rb@redalder.org>
545 B
545 B
Elixir
Elixir is a dynamic, functional language for building scalable and maintainable applications.
First we need a Elixir major mode.
(use-package elixir-mode
:straight t
Then to make LSP work, we hook it onto elixir-mode
.
:hook (elixir-mode-hook . lsp)
)