projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b0e2b
)
* lisp/progmodes/eglot.el (eglot--track-changes-signal): More typo
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 May 2024 20:51:57 +0000
(16:51 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 May 2024 20:51:57 +0000
(16:51 -0400)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index adbcac3c9afa0e475dbd9065e8f581d8c0f13eb4..8ba47fe268d779abd5c559342dcc61994556fce7 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-2707,8
+2707,8
@@
Records BEG, END and PRE-CHANGE-LENGTH locally."
;; reschedule us.
nil
(run-hooks 'eglot--document-changed-hook)
- (setq eglot--change-idle-timer nil))))
-
(current-buffer)
))))
+ (setq eglot--change-idle-timer nil))))
)
+
(current-buffer
))))
(defvar-local eglot-workspace-configuration ()
"Configure LSP servers specifically for a given project.