summaryrefslogtreecommitdiff
path: root/elchemy-package-yasnippet.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-12 23:17:41 -0700
committerChristian Cunningham <cc@localhost>2024-06-12 23:17:41 -0700
commitb0c87544fe0c8b103354904370445757e05b9bab (patch)
treef92092e6a684501ba115631cecd87054e8c29d4a /elchemy-package-yasnippet.el
parentdafe93397ae082eff584fd27762fbc0556067af6 (diff)
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
Diffstat (limited to 'elchemy-package-yasnippet.el')
-rw-r--r--elchemy-package-yasnippet.el2
1 files changed, 1 insertions, 1 deletions
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)