在 Carbon emacs 中显示缓冲区选项卡?

发布于 2024-08-26 04:52:06 字数 151 浏览 7 评论 0原文

如何在 Carbon emacs 中获得一个选项卡式界面,该界面对应于每个缓冲区一个选项卡,类似于 Aquaemacs(http://aquamacs .org/)?

How can I get a tabbed interface in carbon emacs which corresponds to one-tab-per-buffer similar to Aquaemacs(http://aquamacs.org/)?

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

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

发布评论

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

评论(1

慈悲佛祖 2024-09-02 04:52:06

事实上,您可以使用 标签栏。 el 来自 Aquaemacs。不保证它可以与任何其他 emacs 变体一起使用,但我很幸运可以在 Windows 和 Mac(Carbon 和 Cocoa)上使用。所以它也应该适合你。

您可以在 EmacsWiki 上阅读更多内容。

我的配置很简单:

(require 'tabbar)
(tabbar-mode 1)

另外我还进行了一些颜色修改。请阅读 EmacsWiki 了解更多详细信息。 (搜索标签栏)

In fact you can take tabbar.el from Aquaemacs. It is not guaranteed to work with any other emacs variant but I'm lucky for Windows and Mac (Carbon and Cocoa). So it should work for you too.

You can read more at EmacsWiki .

My configuration is simply:

(require 'tabbar)
(tabbar-mode 1)

Additionally I've got some colors modifications. Please read EmacsWiki for more details. (search for tabbar)

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