Load lsp-mode a *little* later
This commit is contained in:
parent
038e52d709
commit
8aec15c287
1 changed files with 1 additions and 1 deletions
|
@ -83,8 +83,8 @@ Also see:
|
|||
This also logs the resolved project root, if found, so we know where we are."
|
||||
:override #'lsp
|
||||
(interactive "P")
|
||||
(require 'lsp-mode)
|
||||
(and (buffer-file-name)
|
||||
(require 'lsp-mode nil t)
|
||||
(setq-local
|
||||
lsp--buffer-workspaces
|
||||
(or (lsp--try-open-in-library-workspace)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue