您的位置:首页 > 其它

emacs 安装 tabbar 插件

2012-04-24 20:43 351 查看
插件下载地址:

http://emacswiki.org/emacs/tabbar.el

http://www.emacswiki.org/emacs/download/tabbar-ruler.el

下载上面2个文件放置到 .emacs.d 文件夹中

添加下面内容到 .emacs文件中,重启emacs就可以了。

;;tabbar-ruler
(load-file "~/.emacs.d/plugins/tabbar-ruler.el")
(setq tabbar-ruler-global-tabbar 't) ; If you want tabbar
(setq tabbar-ruler-global-ruler 't) ; if you want a global ruler
(setq tabbar-ruler-popup-menu 't) ; If you want a popup menu.
(setq tabbar-ruler-popup-toolbar 't) ; If you want a popup toolbar
(require 'tabbar-ruler)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: