; Delete accidental leftover '()' Eglot function
* lisp/progmodes/eglot.el (eglot--workspace-configuration-plist): Remove ().
This commit is contained in:
parent
47d8e4b0d3
commit
35648a8673
1 changed files with 1 additions and 1 deletions
|
@ -2480,7 +2480,7 @@ use the root of SERVER's `eglot--project'."
|
||||||
;; Set the major mode to be the first of the managed
|
;; Set the major mode to be the first of the managed
|
||||||
;; modes. This is the one the user started eglot in.
|
;; modes. This is the one the user started eglot in.
|
||||||
(setq major-mode (car (eglot--major-modes server)))
|
(setq major-mode (car (eglot--major-modes server)))
|
||||||
(hack-dir-local-variables-non-file-buffer)()
|
(hack-dir-local-variables-non-file-buffer)
|
||||||
(if (functionp eglot-workspace-configuration)
|
(if (functionp eglot-workspace-configuration)
|
||||||
(funcall eglot-workspace-configuration server)
|
(funcall eglot-workspace-configuration server)
|
||||||
eglot-workspace-configuration))))
|
eglot-workspace-configuration))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue