diff options
author | Franck Cuny <franck@fcuny.net> | 2021-01-13 17:38:08 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-01-13 17:38:08 -0800 |
commit | 206030f7b52e4250f333d750f4fbf749466a0637 (patch) | |
tree | df2dd235e737626013c564cedd0654107fec5d0e | |
parent | xdg: ignore templates (diff) | |
download | emacs.d-206030f7b52e4250f333d750f4fbf749466a0637.tar.gz |
emacs: no snippets
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/fcuny-prog.el index 9717df0..3cc97d9 100644 --- a/emacs/custom/fcuny-prog.el +++ b/emacs/custom/fcuny-prog.el @@ -29,7 +29,7 @@ (("C-c l i" . lsp-ui-imenu)) :custom (lsp-session-file (expand-file-name "lsp-session-v1" fcuny/path-emacs-var)) - (lsp-enable-snippet t) + (lsp-enable-snippet nil) (lsp-signature-doc-lines 5) (lsp-modeline-diagnostic-scope :workspace) (lsp-completion-provider :capf) |