summaryrefslogtreecommitdiff
path: root/elchemy-package-yasnippet.el
blob: bec0bd26de54565c8fdd0bdd9da2b5d3480e8528 (plain)
1
2
3
4
5
6
7
8
(use-package yasnippet
  :ensure t
  :init
  (add-hook 'python-ts-mode-hook #'yas-minor-mode)
  :config
  (setq yas-snippet-dirs `(,(concat elchemy/elchemy-root "snippets/"))))

(provide 'elchemy-package-yasnippet)