diff options
| author | Christian Cunningham <cc@localhost> | 2024-06-12 23:17:41 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2024-06-12 23:17:41 -0700 |
| commit | b0c87544fe0c8b103354904370445757e05b9bab (patch) | |
| tree | f92092e6a684501ba115631cecd87054e8c29d4a /elchemy-package-yasnippet.el | |
| parent | dafe93397ae082eff584fd27762fbc0556067af6 (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.el | 2 |
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) |
