summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-01-11 22:55:45 -0500
committerAmin Bandali <bandali@gnu.org>2019-01-11 22:55:45 -0500
commita38db49919c62e1cfef417159618770e031ab2b7 (patch)
treeef24dbacd9b3076df64239e2e2cee25875bc4d35 /init.org
parent796641bdb37acd30e01d523fb484d96738826e96 (diff)
downloadconfigs-a38db49919c62e1cfef417159618770e031ab2b7.tar.gz
configs-a38db49919c62e1cfef417159618770e031ab2b7.tar.xz
configs-a38db49919c62e1cfef417159618770e031ab2b7.zip
[emacs] update dante, configure yasnippet
Diffstat (limited to 'init.org')
-rw-r--r--init.org12
1 files changed, 12 insertions, 0 deletions
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