diff options
author | Alan Pearce | 2019-06-18 14:35:08 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-18 14:35:08 +0200 |
commit | 6607b9a6827e746ed8e87fb12a03051caf809aa4 (patch) | |
tree | 48326365aadd7ce5c51fef377e750212a1474c8f /emacs/.emacs.d/main.el | |
parent | a479c4f4e26946775f8f84685b168026e8dca87c (diff) | |
download | nixfiles-6607b9a6827e746ed8e87fb12a03051caf809aa4.tar.lz nixfiles-6607b9a6827e746ed8e87fb12a03051caf809aa4.tar.zst nixfiles-6607b9a6827e746ed8e87fb12a03051caf809aa4.zip |
Emacs: tweak lsp-ui configuration
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 7b537343..31cd7606 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. |