Fix LSP restart prompt when killing Emacs
This commit is contained in:
parent
b871d400e5
commit
94a57f695e
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
lsp-auto-guess-root t
|
||||
lsp-keep-workspace-alive nil)
|
||||
|
||||
;; Don't prompt to restart LSP servers while quitting Emacs
|
||||
(add-hook! 'kill-emacs-hook (setq lsp-restart 'ignore))
|
||||
|
||||
|
||||
(def-package! lsp-ui
|
||||
:hook (lsp-mode . lsp-ui-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue