summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 160c8b5..295e84d 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -497,7 +497,7 @@ With two prefix arguments, write out the day and month name."
   :ghook ('lsp-mode-hook)
   :custom ((lsp-ui-sideline-enable nil)
            (lsp-ui-doc-mode nil)
-           (lsp-ui-snippet-mode nil)))
+           (lsp-enable-snippet nil)))
 
 ;; Inside a javascript project, it's common to install tools locally to
 ;; the project.  This will allows emacs to find their executables.