summary refs log tree commit diff
path: root/emacs/custom/my-prog.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/my-prog.el')
-rw-r--r--emacs/custom/my-prog.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/custom/my-prog.el b/emacs/custom/my-prog.el
index ae3202b..f512a78 100644
--- a/emacs/custom/my-prog.el
+++ b/emacs/custom/my-prog.el
@@ -37,6 +37,8 @@
   :ensure t
   :hook
   ((prog-mode org-mode dap-ui-repl-mode conf-mode) . yas-minor-mode)
+  :init
+  (setq yas-snippet-dirs (list (expand-file-name "etc/snippets" user-emacs-directory)))
   :config
   (yas-reload-all))