summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-06-18 14:35:08 +0200
committerAlan Pearce2019-06-18 14:35:08 +0200
commit6607b9a6827e746ed8e87fb12a03051caf809aa4 (patch)
tree48326365aadd7ce5c51fef377e750212a1474c8f
parenta479c4f4e26946775f8f84685b168026e8dca87c (diff)
downloaddotfiles-6607b9a6827e746ed8e87fb12a03051caf809aa4.tar.lz
dotfiles-6607b9a6827e746ed8e87fb12a03051caf809aa4.tar.zst
dotfiles-6607b9a6827e746ed8e87fb12a03051caf809aa4.zip
Emacs: tweak lsp-ui configuration
-rw-r--r--emacs/.emacs.d/main.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 7b53734..31cd760 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -494,7 +494,9 @@ With two prefix arguments, write out the day and month name."
 (use-package lsp-ui
   :after lsp-mode
   :ghook ('lsp-mode-hook)
-  :custom ((lsp-ui-sideline-enable nil)))
+  :custom ((lsp-ui-sideline-enable nil)
+           (lsp-ui-doc-mode nil)
+           (lsp-ui-snippet-mode nil)))
 
 ;; Inside a javascript project, it's common to install tools locally to
 ;; the project.  This will allows emacs to find their executables.