summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2019-06-25 14:51:25 +0200
committerAlan Pearce2019-06-25 14:51:25 +0200
commitcf3cb491d19c560fae5e8827482226db6a95455d (patch)
tree9794e176b44e77fc82961c024eb954aa40191c76 /emacs/.emacs.d
parent213282192859e30d5d0138d71f90679c33c4d35d (diff)
downloaddotfiles-cf3cb491d19c560fae5e8827482226db6a95455d.tar.lz
dotfiles-cf3cb491d19c560fae5e8827482226db6a95455d.tar.zst
dotfiles-cf3cb491d19c560fae5e8827482226db6a95455d.zip
Emacs: properly disable snippet warning in lsp-ui
Diffstat (limited to 'emacs/.emacs.d')
-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.