* bandresen-flycheck-cask: Move flycheck-cask to lang/emacs-lisp Add: feature/syntax-checker: add flycheck-cask for emacs-lisp
10 lines
225 B
EmacsLisp
10 lines
225 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/emacs-lisp/packages.el
|
|
|
|
(package! auto-compile)
|
|
(package! highlight-quoted)
|
|
(package! slime)
|
|
(package! macrostep)
|
|
|
|
(when (featurep! :feature syntax-checker)
|
|
(package! flycheck-cask))
|