From b2b6a77b37ea253da059307988b68fb8a32b69c8 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 4 Apr 2019 19:12:12 -0400 Subject: [PATCH] remove yasnippet...never was useful to me --- conf.org | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/conf.org b/conf.org index 78a2225..97133a2 100644 --- a/conf.org +++ b/conf.org @@ -582,19 +582,6 @@ Company provides a dropdown of completion options. It has many backends which ar (setq company-idle-delay 0 company-minimum-prefix-length 3)) #+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 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.