From c54d070935be750b2d2d52b221e897e1b2ff2625 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Mon, 18 Dec 2023 17:18:06 -0800 Subject: [PATCH] Fix the Eshell keybinding --- ha-eshell.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha-eshell.org b/ha-eshell.org index 53c6042..a468565 100644 --- a/ha-eshell.org +++ b/ha-eshell.org @@ -1533,7 +1533,7 @@ This version starts =eshell= in the project’s root, using [[help:projectile-pr #+end_src And we can attach this function to the =projectile= menu: #+begin_src emacs-lisp - (ha-leader "p s" '("eshell" . eshell-project)) + (ha-leader "p e" '("eshell" . eshell-project)) #+end_src ** Shell Over There