mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
640de3fb86
This reverts commit b673fb12c1
.
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))