From 8aec15c287b5969301d0dce1ba6aea208e05654f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 25 Jan 2020 17:06:21 -0500 Subject: [PATCH] Load lsp-mode a *little* later --- modules/tools/lsp/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/lsp/config.el b/modules/tools/lsp/config.el index 12c585ec2..f0de0fee3 100644 --- a/modules/tools/lsp/config.el +++ b/modules/tools/lsp/config.el @@ -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)