插件下载地址:
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)