summary refs log tree commit diff
path: root/emacs/custom/fcuny-prog.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-01-13 17:38:08 -0800
committerFranck Cuny <franck@fcuny.net>2021-01-13 17:38:08 -0800
commit206030f7b52e4250f333d750f4fbf749466a0637 (patch)
treedf2dd235e737626013c564cedd0654107fec5d0e /emacs/custom/fcuny-prog.el
parentxdg: ignore templates (diff)
downloademacs.d-206030f7b52e4250f333d750f4fbf749466a0637.tar.gz
emacs: no snippets
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-prog.el2
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)