Fix loading of flycheck-eglot

This commit is contained in:
Gerry Agbobada 2020-05-28 11:19:33 +02:00
parent 718d9a2690
commit f35768af86
No known key found for this signature in database
GPG key ID: 53F94866E84818F6

View file

@ -15,6 +15,6 @@
(set-popup-rule! "^\\*eglot-help" :size 0.35 :quit t :select t)
(when (featurep! :checkers syntax)
(after! flycheck
(load! "flycheck-eglot.el")))
(load! "autoload/flycheck-eglot.el")))
(set-lookup-handlers! 'eglot--managed-mode
:documentation #'+eglot/documentation-lookup-handler))