diff options
author | Alan Pearce | 2019-06-25 14:51:25 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-25 14:51:25 +0200 |
commit | cf3cb491d19c560fae5e8827482226db6a95455d (patch) | |
tree | 9794e176b44e77fc82961c024eb954aa40191c76 /emacs | |
parent | 213282192859e30d5d0138d71f90679c33c4d35d (diff) | |
download | dotfiles-cf3cb491d19c560fae5e8827482226db6a95455d.tar.lz dotfiles-cf3cb491d19c560fae5e8827482226db6a95455d.tar.zst dotfiles-cf3cb491d19c560fae5e8827482226db6a95455d.zip |
Emacs: properly disable snippet warning in lsp-ui
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
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. |