Fix the Eshell keybinding
This commit is contained in:
parent
b2c0b1ed49
commit
c54d070935
1 changed files with 1 additions and 1 deletions
|
@ -1533,7 +1533,7 @@ This version starts =eshell= in the project’s 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
|
||||||
|
|
Loading…
Reference in a new issue