summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-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