doomemacs/modules/lang/emacs-lisp/packages.el
2018-06-13 20:10:37 +02:00

10 lines
228 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/emacs-lisp/packages.el
(package! auto-compile)
(package! highlight-quoted)
(package! macrostep)
(package! overseer)
(when (featurep! :feature syntax-checker)
(package! flycheck-cask))