开发者

Show tabs for buffers in carbon emacs?

开发者 https://www.devze.com 2022-12-23 19:19 出处:网络
How can I get a tabbed interface in carbon emacs开发者_开发百科 which corresponds to one-tab-per-buffer similar to Aquaemacs(http://aquamacs.org/)?In fact you can take tabbar.el from Aquaemacs. It is

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


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号