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