This is useful for those who edit files in a certain source tree where
this directory-local variable is set, but without having yet loaded
eglot.el. Those users would be bothered by the usual
risky-local-variable prompt.
* eglot.el (eglot-workspace-configuration): Add autoload cookie.
GitHub-reference: fix https://github.com/joaotavora/eglot/issues/555
SECTION should be a keyword or a string, value can be anything
that can be converted to JSON.")
+;;;###autoload
(put 'eglot-workspace-configuration 'safe-local-variable 'listp)
(defun eglot-signal-didChangeConfiguration (server)