all repos — archive/dotfiles @ cf3cb491d19c560fae5e8827482226db6a95455d

Superseded by nixfiles

Emacs: properly disable snippet warning in lsp-ui
Alan Pearce alan@alanpearce.eu
Tue, 25 Jun 2019 14:51:25 +0200
commit

cf3cb491d19c560fae5e8827482226db6a95455d

parent

213282192859e30d5d0138d71f90679c33c4d35d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -497,7 +497,7 @@ :after lsp-mode   :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.