Merge branch 'bandresen-flycheck-cask'

* bandresen-flycheck-cask:
  Move flycheck-cask to lang/emacs-lisp
  Add: feature/syntax-checker: add flycheck-cask for emacs-lisp
This commit is contained in:
Henrik Lissner 2017-07-17 11:42:44 +02:00
commit 867602bee5
3 changed files with 12 additions and 0 deletions

View file

@ -5,3 +5,6 @@
(package! highlight-quoted)
(package! slime)
(package! macrostep)
(when (featurep! :feature syntax-checker)
(package! flycheck-cask))