diff options
Diffstat (limited to 'ravi-init-insertion.el')
| -rw-r--r-- | ravi-init-insertion.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ravi-init-insertion.el b/ravi-init-insertion.el index 2c4e342..8c1e640 100644 --- a/ravi-init-insertion.el +++ b/ravi-init-insertion.el @@ -43,6 +43,12 @@ ;; Wrap around region (setq yas/wrap-around-region t) + + ;; Automatically create throw-away snippets + (use-package auto-yasnippet + :bind (("C-<f4>" . aya-create) + ("<f4>" . aya-expand)) + :ensure t) ) :ensure t :diminish yas-minor-mode |
