refactor!(elixir): remove alchemist

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
This commit is contained in:
Henrik Lissner 2023-03-22 17:03:12 -04:00
parent 890f200b41
commit 221e75e739
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 1 additions and 37 deletions

View file

@ -3,7 +3,6 @@
;; +elixir.el
(package! elixir-mode :pin "7641373f0563cab67cc5459c34534a8176b5e676")
(package! alchemist :pin "6f99367511ae209f8fe2c990779764bbb4ccb6ed")
(package! exunit :pin "e0a8c2b81f3d53885ed753b911b3cb6ee9229bec")
(when (modulep! :checkers syntax)
(package! flycheck-credo :pin "e88f11ead53805c361ec7706e44c3dfee1daa19f"))