[emacs] update dante, configure yasnippet
[~bandali/configs] / init.org
index c582f71..ed18e58 100644 (file)
--- 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