Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 589 Bytes

elixir.org

File metadata and controls

27 lines (24 loc) · 589 Bytes

Elixir

Elixir

Alchemist

Alchemist is a legacy mode.

(use-package alchemist
  :ensure t
  :init
  (setq alchemist-mix-command "/usr/local/bin/mix")
  (setq alchemist-iex-program-name "/usr/local/bin/iex"))

Elixir-Mode

(use-package elixir-mode
  :ensure t
  :init (add-hook 'elixir-mode-hook
          (lambda () (add-hook 'before-save-hook 'elixir-format nil t))))

Provide this so that it may be required

(provide 'elixir)