mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
5bed3b8355
Signed-off-by: main <magic_rb@redalder.org>
501 B
501 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
:hook (elixir-mode-hook . lsp-deferred))