mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
This is used to set up the flycheck load-path correctly for emacs-lisp package development.
10 lines
184 B
EmacsLisp
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))
|
|
|