(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/")))) (global-set-key (kbd "C-c s") #'(lambda () (interactive) (yas-minor-mode))) (provide 'elchemy-package-yasnippet)