From 260e979c69b33abba53a8cf8199acbfcbd8dcbde Mon Sep 17 00:00:00 2001 From: xhh <159740+xhh@users.noreply.github.com> Date: Thu, 10 Dec 2020 20:37:59 +0800 Subject: [PATCH] Remove deprecated package: flycheck-mix The flycheck-mix package [has been removed from Melpa](https://github.com/tomekowal/flycheck-mix), causing an error when editing elixir files (while trying to install that package). --- lisp/init-elixir.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/init-elixir.el b/lisp/init-elixir.el index 89ff3ebec..f844c9e0b 100644 --- a/lisp/init-elixir.el +++ b/lisp/init-elixir.el @@ -39,10 +39,6 @@ (add-hook 'elixir-mode-hook 'alchemist-mode) (add-hook 'elixir-mode-hook 'alchemist-phoenix-mode)) - (use-package flycheck-mix - :after flycheck - :init (flycheck-mix-setup)) - (use-package flycheck-credo :after flycheck :init (flycheck-credo-setup)))