Compare commits
2 Commits
ccb1e02cda
...
353ce2960b
| Author | SHA1 | Date | |
|---|---|---|---|
| 353ce2960b | |||
| facd9ccc52 |
3
init.el
3
init.el
@ -1400,11 +1400,10 @@ 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user