Ton-Chanh Le
Ton-Chanh Le

Reputation: 313

How can I run Windows 10's bash for Emacs mingw32 for Windows?

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

Answers (1)

Trung Ta
Trung Ta

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

Related Questions