Fix loading of flycheck-eglot
This commit is contained in:
parent
718d9a2690
commit
f35768af86
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue