remove yasnippet...never was useful to me

This commit is contained in:
ndwarshuis 2019-04-04 19:12:12 -04:00
parent 3e99a0fc8d
commit b2b6a77b37
1 changed files with 0 additions and 13 deletions

View File

@ -582,19 +582,6 @@ Company provides a dropdown of completion options. It has many backends which ar
(setq company-idle-delay 0 (setq company-idle-delay 0
company-minimum-prefix-length 3)) company-minimum-prefix-length 3))
#+END_SRC #+END_SRC
*** yasnippet
#+BEGIN_SRC emacs-lisp
(use-package yasnippet
:ensure t)
(use-package yasnippet-snippets
:ensure t
:after yasnippet
:hook
((prog-mode . yas-minor-mode))
:config
(yas-reload-all))
#+END_SRC
** undo ** undo
I find it weird that most programs do not have a tree-like tool to navigate undo information...because this is literally how most programs store this data. I find it weird that most programs do not have a tree-like tool to navigate undo information...because this is literally how most programs store this data.