]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload eglot-workspace-configuration's safe-l-v spec
authorJoão Távora <joaotavora@gmail.com>
Sat, 6 Mar 2021 21:20:42 +0000 (21:20 +0000)
committerJoão Távora <joaotavora@gmail.com>
Sat, 6 Mar 2021 23:12:02 +0000 (23:12 +0000)
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

lisp/progmodes/eglot.el

index 14c0fbc544438a0b5284e4db87aaad89667ad6cf..79b90886f6c0bf965952f87ef5ce4dd8206f8538 100644 (file)
@@ -1848,6 +1848,7 @@ Records BEG, END and PRE-CHANGE-LENGTH locally."
 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)