From 270fa016fe8daac6617693f94205283ce2c74cea Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 7 Aug 2020 14:03:17 +0100 Subject: +yatemplate Allows for file templates with yasnippet --- Emacs/.config/emacs/config.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Emacs/.config') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 1144e4b..0834017 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -481,6 +481,13 @@ 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. -- cgit v1.2.3-13-gbd6f