summaryrefslogtreecommitdiff
path: root/emacs/custom/my-settings.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-settings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/custom/my-settings.el b/emacs/custom/my-settings.el
index ebb0cc5..9477965 100644
--- a/emacs/custom/my-settings.el
+++ b/emacs/custom/my-settings.el
@@ -61,6 +61,8 @@
(require 'exec-path-from-shell)
(add-hook 'emacs-startup-hook (lambda () (exec-path-from-shell-initialize))))
+(customize-set-variable 'yas-snippet-dirs (expand-file-name "etc/snippets" user-emacs-directory))
+
(provide 'my-settings)
;;; my-settings.el ends here