mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
Load lsp-mode a *little* later
This commit is contained in:
@ -83,8 +83,8 @@ Also see:
|
|||||||
This also logs the resolved project root, if found, so we know where we are."
|
This also logs the resolved project root, if found, so we know where we are."
|
||||||
:override #'lsp
|
:override #'lsp
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(require 'lsp-mode)
|
|
||||||
(and (buffer-file-name)
|
(and (buffer-file-name)
|
||||||
|
(require 'lsp-mode nil t)
|
||||||
(setq-local
|
(setq-local
|
||||||
lsp--buffer-workspaces
|
lsp--buffer-workspaces
|
||||||
(or (lsp--try-open-in-library-workspace)
|
(or (lsp--try-open-in-library-workspace)
|
||||||
|
Reference in New Issue
Block a user