From cf3cb491d19c560fae5e8827482226db6a95455d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2019 14:51:25 +0200 Subject: Emacs: properly disable snippet warning in lsp-ui --- emacs/.emacs.d/main.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d') 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. -- cgit 1.4.1