diff options
Diffstat (limited to 'Emacs/.config')
-rw-r--r-- | Emacs/.config/emacs/config.org | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 01ef739..322726d 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -583,13 +583,6 @@ Collection of snippets, activate after yasnippet has been loaded. (use-package yasnippet-snippets :after yasnippet) #+END_SRC -* Yatemplate -#+BEGIN_SRC emacs-lisp -(use-package yatemplate - :after yasnippet - :config - (yatemplate-fill-alist)) -#+END_SRC * Keychord Keychord is only really here for this one chord I wish to define: "jk" for exiting insert state. Otherwise, I don't really need it. |