Commit 277e23ec509c

Vincent Demeester <vincent@sbr.pm>
2023-10-24 17:58:24
tools/emacs: bind direnv under `C-c e` instead of `C-c d`
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8e32fc1
Changed files (1)
tools
emacs
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