summaryrefslogtreecommitdiff
path: root/elchemy-packages.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-04 18:27:31 -0700
committerChristian Cunningham <cc@localhost>2024-06-04 18:27:31 -0700
commit16ce11d1331197e6e403454196beffc3b03ff487 (patch)
tree9de12c2825e0a1321993f56815db4bdd953e881b /elchemy-packages.el
parentc144e18c515eb3fccc4bb45e21977b51c507749a (diff)
Add Yasnippet
Diffstat (limited to 'elchemy-packages.el')
-rw-r--r--elchemy-packages.el2
1 files changed, 2 insertions, 0 deletions
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)