diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/my-packages.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el index 9d3dc7b..da5263b 100644 --- a/emacs/custom/my-packages.el +++ b/emacs/custom/my-packages.el @@ -68,6 +68,7 @@ ;; packages for interacting with tools (straight-use-package 'rg) (straight-use-package 'exec-path-from-shell) +(straight-use-package 'envrc) (provide 'my-packages) |