remove yasnippet...never was useful to me
This commit is contained in:
parent
3e99a0fc8d
commit
b2b6a77b37
13
conf.org
13
conf.org
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue