From 8a06ac77a6979520ae98a428e651ce7a2357b367 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Sun, 2 Nov 2014 13:53:06 -0800 Subject: Simplify throwaway snippets 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-" . aya-create) + ("" . aya-expand)) + :ensure t) ) :ensure t :diminish yas-minor-mode -- cgit v0.10.1