Disable yasnippet

This commit is contained in:
Ivan Malison 2016-07-05 12:13:08 -07:00
parent 76b7841144
commit 92c4cda5aa

View File

@ -1919,6 +1919,7 @@ This was stolen from https://github.com/jwiegley/dot-emacs
*** yasnippet *** yasnippet
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package yasnippet (use-package yasnippet
:disabled t
:defer 5 :defer 5
:commands (yas-global-mode) :commands (yas-global-mode)
:config :config