home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 277e23ec509ccf9a8342e2aeeddf17b8cbc7ce42
parent 8e32fc18185b7ef0e1beb56388efe24258d36a01
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 24 Oct 2023 17:58:24 +0200

tools/emacs: bind direnv under `C-c e` instead of `C-c d`

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-files.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-files.el b/tools/emacs/config/config-files.el @@ -20,7 +20,7 @@ :defer 2 :if (executable-find "direnv") :bind (:map envrc-mode-map - ("C-c d" . envrc-command-map)) + ("C-c e" . envrc-command-map)) :config (envrc-global-mode)) (use-package hardhat