summaryrefslogtreecommitdiff
path: root/elchemy-packages.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2024-06-04 18:27:31 -0700
committerChristian Cunningham <cc@local.lan>2024-06-04 18:27:31 -0700
commitdb66caa3882799322f5ef685fd434047175ae766 (patch)
tree9de12c2825e0a1321993f56815db4bdd953e881b /elchemy-packages.el
parent3c4ebeecb33446f8822840554edff2c565d64c6b (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)