Compare commits

..

No commits in common. "353ce2960b334738fd417628b7eabcfce0c1fa89" and "ccb1e02cdad799190e53a473004e51c214a3ffdc" have entirely different histories.

View File

@ -1400,10 +1400,11 @@ Note that this workaround is incomplete, as explained in this comment."
;; See https://andreyor.st/posts/2023-09-09-migrating-from-lsp-mode-to-eglot/ ;; See https://andreyor.st/posts/2023-09-09-migrating-from-lsp-mode-to-eglot/
;; for where some of the configuration for `lsp-mode' is coming from. ;; for where some of the configuration for `lsp-mode' is coming from.
(use-package lsp-mode (use-package lsp-mode
:commands (lsp-mode)
:ensure nil :ensure nil
:init (setq lsp-keymap-prefix "C-c C-l" :init (setq lsp-keymap-prefix "C-c C-l"
lsp-session-file (expand-file-name ".lsp-session" emacs-d-userdata) lsp-session-file (expand-file-name ".lsp-session" emacs-d-userdata)
lsp-use-plists t ; not quite sure whether this is a good
; idea, but plists are easier to read …
lsp-log-io t lsp-log-io t
lsp-keep-workspace-alive nil lsp-keep-workspace-alive nil
lsp-idle-delay 0.5 lsp-idle-delay 0.5