feature/syntax-checker: autoload pkg-info
This commit is contained in:
parent
88726e9afe
commit
0fc00b9a7c
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
;;; feature/syntax-checker/config.el
|
;;; 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
|
(def-package! flycheck
|
||||||
:commands (flycheck-mode flycheck-list-errors flycheck-buffer)
|
:commands (flycheck-mode flycheck-list-errors flycheck-buffer)
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue