branch: elpa/swift-mode commit 94d687d187868f8ff465c7f80e6553fbaf0cfa8a Author: ap4y <l...@pisem.net> Commit: ap4y <l...@pisem.net>
Add required ELPA source flycheck requires "let-alist" package which was moved to ELPA. see https://github.com/flycheck/flycheck/issues/551 --- Cask | 1 + 1 file changed, 1 insertion(+) diff --git a/Cask b/Cask index 5159dbb..01fa162 100644 --- a/Cask +++ b/Cask @@ -1,4 +1,5 @@ (source melpa) +(source gnu) (source org) (package-file "swift-mode.el")