Fix the Eshell keybinding

This commit is contained in:
Howard Abrams 2023-12-18 17:18:06 -08:00
parent b2c0b1ed49
commit c54d070935

View file

@ -1533,7 +1533,7 @@ This version starts =eshell= in the projects root, using [[help:projectile-pr
#+end_src #+end_src
And we can attach this function to the =projectile= menu: And we can attach this function to the =projectile= menu:
#+begin_src emacs-lisp #+begin_src emacs-lisp
(ha-leader "p s" '("eshell" . eshell-project)) (ha-leader "p e" '("eshell" . eshell-project))
#+end_src #+end_src
** Shell Over There ** Shell Over There