Files
doomemacs/modules/feature/syntax-checker/packages.el
Benjamin Andresen 1ba674077a Add: feature/syntax-checker: add flycheck-cask for emacs-lisp
This is used to set up the flycheck load-path correctly for emacs-lisp package
development.
2017-07-16 05:03:26 +02:00

10 lines
184 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; feature/syntax-checker/packages.el
(package! flycheck)
(package! flycheck-pos-tip)
(when (featurep! :lang emacs-lisp)
(package! flycheck-cask))