diff options
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 7 |
1 files changed, 7 insertions, 0 deletions
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. |