From 378b6281075f640746b7be6990367fa28ce1e407 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 13 Nov 2022 13:24:52 -0800 Subject: feat(envrc): add a new package: envrc This is to Emacs what `direnv` is to my shell. It sources `.envrc` for a project and set variables on a per-buffer basis. Change-Id: Ica2451b17908333c86d708ede29ae7e15d30c60b --- emacs/custom/my-packages.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/custom/my-packages.el') 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) -- cgit 1.4.1