feature/syntax-checker: autoload pkg-info-version-info #356

This commit is contained in:
Henrik Lissner 2018-01-13 15:09:09 -05:00
parent 28ac52e4db
commit b741d77e78
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -1,5 +1,9 @@
;;; feature/syntax-checker/config.el -*- lexical-binding: t; -*-
;; 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