dotfiles/emacs-lisp/elixir.org
2023-09-16 19:54:12 +02:00

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))