From b112ab622dd5efaff2146476a202e6878a933baa Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 11 Aug 2016 10:59:37 -0700 Subject: [PATCH] Reenable yasnippet --- dotfiles/emacs.d/README.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 534230eb..3069d82e 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2105,7 +2105,6 @@ This was stolen from https://github.com/jwiegley/dot-emacs *** yasnippet #+BEGIN_SRC emacs-lisp (use-package yasnippet - :disabled t :defer 5 :commands (yas-global-mode) :config @@ -2116,7 +2115,6 @@ This was stolen from https://github.com/jwiegley/dot-emacs (setq yas-prompt-functions (cons 'yas-ido-prompt (cl-delete 'yas-ido-prompt yas-prompt-functions))))) - #+END_SRC ** Source Control *** magit