summaryrefslogtreecommitdiff
path: root/elchemy-packages.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2026-02-27 23:36:33 -0800
committerChristian Cunningham <cc@local.lan>2026-02-27 23:36:33 -0800
commit542a1eaf958ab80d9eaa062d185ee87281e82fcd (patch)
tree56f9a142e5f93e3c8c16eb5638a83a1f5670daf1 /elchemy-packages.el
parentc72713d05cd1ff9f1655bf1b33db1dca753119a4 (diff)
Add PyVenvHEADmaster
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 433500c..543ef1a 100644
--- a/elchemy-packages.el
+++ b/elchemy-packages.el
@@ -31,6 +31,8 @@
(require 'elchemy-package-ido)
;; Snippets
(require 'elchemy-package-yasnippet)
+;; PyVenv Mode
+(require 'elchemy-package-pyvenv)
;; HTML Highlighting
(use-package htmlize
:ensure t)