Reputation: 313
I would like to use the recent bash shell of Windows 10 in shell mode of Emacs (mingw32) for Windows. Could anyone advise how could I do that?
Upvotes: 2
Views: 377
Reputation: 1722
You can use one of the other terminal mode: term
or ansi-term
by typing M-x term
or M-x ansi-term
.
When being invoked, these terminals will ask for the path to your shell. Here you just need to put the correct path to the Windows shell.
Upvotes: 2