From a38db49919c62e1cfef417159618770e031ab2b7 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 11 Jan 2019 22:55:45 -0500 Subject: [emacs] update dante, configure yasnippet --- init.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index c582f71..ed18e58 100644 --- a/init.org +++ b/init.org @@ -2203,6 +2203,18 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. :demand) #+end_src +** yasnippet + +#+begin_src emacs-lisp +(use-package yasnippet + :defer 3 + :config + (add-to-list 'yas-snippet-dirs "~/src/git/guix/etc/snippets") + (yas-reload-all) + :hook + (text-mode . yas-minor-mode)) +#+end_src + * Email :PROPERTIES: :CUSTOM_ID: email -- cgit v1.2.3-83-g751a