我在 Windows 7 上使用 Git Bash,并且在将 emacs 设置为默认文本编辑器时遇到问题 - 我尝试过git config --global core.editor emacs
,然后git config --global core.editor "'C:/emacs-23.3/bin/runemacs.exe'"
,git config --global core.editor emacsclientw
但无济于事。每次我在 Bash 中输入“emacs README.txt”之类的内容时,都会显示以下错误:
sh.exe”:emacs:找不到命令
我已经忍受了最长时间,选择单独打开 emacs 并打开相关文件,但这次我真的想正确设置,以便我可以节省时间并简单地从 Git Bash 调用 emacs . 有谁知道我能做什么?在此先感谢您的帮助。