From b0c87544fe0c8b103354904370445757e05b9bab Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 12 Jun 2024 23:17:41 -0700 Subject: Restructuring - Break functions out to their own files - Move user settings to its own file - Move dashboard to its own file - Remove old splash - Don't hardcode executables --- elchemy-package-yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elchemy-package-yasnippet.el') diff --git a/elchemy-package-yasnippet.el b/elchemy-package-yasnippet.el index 831a1bf..bec0bd2 100644 --- a/elchemy-package-yasnippet.el +++ b/elchemy-package-yasnippet.el @@ -3,6 +3,6 @@ :init (add-hook 'python-ts-mode-hook #'yas-minor-mode) :config - (setq yas-snippet-dirs '("~/.elchemy/snippets/"))) + (setq yas-snippet-dirs `(,(concat elchemy/elchemy-root "snippets/")))) (provide 'elchemy-package-yasnippet) -- cgit v1.2.1