diff options
| -rw-r--r-- | lisp/progmodes/eglot.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index abc090aea51..54f44d41b0d 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el | |||
| @@ -1764,6 +1764,8 @@ Use `eglot-managed-p' to determine if current buffer is managed.") | |||
| 1764 | (eglot--setq-saving flymake-diagnostic-functions '(eglot-flymake-backend)) | 1764 | (eglot--setq-saving flymake-diagnostic-functions '(eglot-flymake-backend)) |
| 1765 | (eglot--setq-saving company-backends '(company-capf)) | 1765 | (eglot--setq-saving company-backends '(company-capf)) |
| 1766 | (eglot--setq-saving company-tooltip-align-annotations t) | 1766 | (eglot--setq-saving company-tooltip-align-annotations t) |
| 1767 | (eglot--setq-saving eldoc-documentation-strategy | ||
| 1768 | #'eldoc-documentation-compose) | ||
| 1767 | (unless (eglot--stay-out-of-p 'imenu) | 1769 | (unless (eglot--stay-out-of-p 'imenu) |
| 1768 | (add-function :before-until (local 'imenu-create-index-function) | 1770 | (add-function :before-until (local 'imenu-create-index-function) |
| 1769 | #'eglot-imenu)) | 1771 | #'eglot-imenu)) |