diff options
| author | Christian Cunningham <cc@local.lan> | 2026-03-13 22:23:09 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2026-03-13 22:23:09 -0700 |
| commit | e8e2be149208d92eaf6030857af3e80746ab18fe (patch) | |
| tree | 8f0a51f79a541bbeb430880cbcfeca9c5f17d33f /elchemy-packages.el | |
| parent | 542a1eaf958ab80d9eaa062d185ee87281e82fcd (diff) | |
Added direnv
Enable virtual environment management in directories with emacs
Diffstat (limited to 'elchemy-packages.el')
| -rw-r--r-- | elchemy-packages.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elchemy-packages.el b/elchemy-packages.el index 543ef1a..c139512 100644 --- a/elchemy-packages.el +++ b/elchemy-packages.el @@ -31,6 +31,8 @@ (require 'elchemy-package-ido) ;; Snippets (require 'elchemy-package-yasnippet) +;; DirEnv Mode +(require 'elchemy-package-direnv) ;; PyVenv Mode (require 'elchemy-package-pyvenv) ;; HTML Highlighting |
