diff options
Diffstat (limited to 'emacs/.emacs.d/main.el')
-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 160c8b50..295e84d4 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. |