BREAKING CHANGE: alchemist appears to be unmaintained and has reportedly been replaced by elixir-ls and LSP (#5488). To restore your Elixir dev environemnt, enable :lang (elixir +lsp) and install elixir-ls via your package manager or 'M-x lsp-install-server'. Close: #5488
8 lines
322 B
EmacsLisp
8 lines
322 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/elixir/packages.el
|
|
|
|
;; +elixir.el
|
|
(package! elixir-mode :pin "7641373f0563cab67cc5459c34534a8176b5e676")
|
|
(package! exunit :pin "e0a8c2b81f3d53885ed753b911b3cb6ee9229bec")
|
|
(when (modulep! :checkers syntax)
|
|
(package! flycheck-credo :pin "e88f11ead53805c361ec7706e44c3dfee1daa19f"))
|