feature/syntax-checker: autoload pkg-info

This commit is contained in:
Henrik Lissner 2017-03-25 18:51:19 -04:00
parent 88726e9afe
commit 0fc00b9a7c

View File

@ -1,5 +1,9 @@
;;; feature/syntax-checker/config.el
;; pkg-info doesn't get autoloaded when `flycheck-version' needs it, so we do
;; it ourselves:
(autoload 'pkg-info-version-info "pkg-info")
(def-package! flycheck
:commands (flycheck-mode flycheck-list-errors flycheck-buffer)
:config