summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-02-09 12:45:43 +0100
committerAlan Pearce2018-02-09 12:45:43 +0100
commitbf0af92abc1a0c038851ced7ac7d7592aed4643f (patch)
treec8427ceb513410ab640cefef1065e7a1a281971a
parent081de5789032a4bfc5bc8c69504e6631eb870976 (diff)
downloaddotfiles-bf0af92abc1a0c038851ced7ac7d7592aed4643f.tar.lz
dotfiles-bf0af92abc1a0c038851ced7ac7d7592aed4643f.tar.zst
dotfiles-bf0af92abc1a0c038851ced7ac7d7592aed4643f.zip
Emacs: Disable company-lsp async
It currently doesn't work as well
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index aadb65b..b5b28d4 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1932,7 +1932,7 @@ With prefix TO-CURRENT-BUFFER, insert command output into buffer."
   :after (company lsp-mode)
   :config (progn
             (add-to-list 'company-backends #'company-lsp)
-            (setq company-lsp-async t)))
+            (setq company-lsp-async nil)))
 
 ;;;;; Lisps