Reenable yasnippet
This commit is contained in:
parent
7baff2e0a3
commit
b112ab622d
@ -2105,7 +2105,6 @@ 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
|
||||||
@ -2116,7 +2115,6 @@ This was stolen from https://github.com/jwiegley/dot-emacs
|
|||||||
(setq yas-prompt-functions
|
(setq yas-prompt-functions
|
||||||
(cons 'yas-ido-prompt
|
(cons 'yas-ido-prompt
|
||||||
(cl-delete 'yas-ido-prompt yas-prompt-functions)))))
|
(cl-delete 'yas-ido-prompt yas-prompt-functions)))))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Source Control
|
** Source Control
|
||||||
*** magit
|
*** magit
|
||||||
|
Loading…
Reference in New Issue
Block a user