diff options
| author | Christian Cunningham <cc@local.lan> | 2024-06-14 18:13:12 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2024-06-14 18:13:12 -0700 |
| commit | 84d4ea46c1880e46bbd8046fafeb8d3fa6a34639 (patch) | |
| tree | a224ccca15230b2466ff6f5340844b9ad24bdf78 | |
| parent | 9c3db70b5046e97fe1a359b0904a53e447022cab (diff) | |
Enable YaSnippet via Key
| -rw-r--r-- | elchemy-package-yasnippet.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elchemy-package-yasnippet.el b/elchemy-package-yasnippet.el index bec0bd2..773c118 100644 --- a/elchemy-package-yasnippet.el +++ b/elchemy-package-yasnippet.el @@ -5,4 +5,6 @@ :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) |
