From 16ce11d1331197e6e403454196beffc3b03ff487 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 4 Jun 2024 18:27:31 -0700 Subject: Add Yasnippet --- elchemy-packages.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elchemy-packages.el') diff --git a/elchemy-packages.el b/elchemy-packages.el index 8a6b0c1..15cfc34 100644 --- a/elchemy-packages.el +++ b/elchemy-packages.el @@ -24,6 +24,8 @@ show-parent-when-point-in-periphery t)) ;; Ido Completions (require 'elchemy-package-ido) +;; Snippets +(require 'elchemy-package-yasnippet) ;; HTML Highlighting (use-package htmlize :ensure t) -- cgit v1.2.1