summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-13 13:24:52 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-13 13:24:52 -0800
commit378b6281075f640746b7be6990367fa28ce1e407 (patch)
treeb29c930c9114b41352e06247426e0a20e7b0ccc5 /emacs/custom
parentref(elisp/gerrit): remove module related to gerrit (diff)
downloademacs.d-378b6281075f640746b7be6990367fa28ce1e407.tar.gz
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
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-packages.el1
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)