您要在.emacs文件中添加些什么,以便在emacs中使用msysgit bash?
我刚刚修改了cygwin的msysgit指令,在其中的所有地方都用msysgit替换了cygwin。
我唯一不能做的就是在bash内运行ssh或vim ...
目录补全使用开头开头的Windows样式驱动器名称。
最佳答案
将此添加到您的“_emacs.el”中-对我有用:
;; When running in Windows, we want to use an alternate shell so we
;; can be more unixy.
(setq shell-file-name "C:/Program Files/msysgit/bin/bash")
(setq explicit-shell-file-name shell-file-name)
关于emacs - Windows上的emacs中的msysgit bash的配置,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4733071/