我如何启动carbon emacs(作为编辑器而不是默认的emacs)来编辑terminal.app下的文件?

发布于 2024-10-19 03:47:55 字数 18 浏览 6 评论 0原文

如何配置bash文件?

How to configure the bash file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

故事↓在人 2024-10-26 03:47:55

我使用:

alias cemacs='open -a /Applications/Emacs.app' 

然后我可以输入 cemacs foo.txt 并让 emacs 打开该文件。

(这就是你问的问题吗?这个问题有点含糊。)

I use:

alias cemacs='open -a /Applications/Emacs.app' 

Then I can type cemacs foo.txt and have emacs open the file.

(Is that what you were asking? The question was a little vague.)

为你鎻心 2024-10-26 03:47:55

导出 EDITOR=/usr/bin/emacs

到 ~/.bash_profile

export EDITOR=/usr/bin/emacs

to your ~/.bash_profile

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文