emacs之配置7,tabbar插件

emacsConfig/tabbar-setting.el

 (require 'tabbar)
(tabbar-mode ) (global-set-key (kbd "<M-up>") 'tabbar-backward-group)
(global-set-key (kbd "<M-down>") 'tabbar-forward-group) ; close default tabs,and move all files into one group
(setq tabbar-buffer-list-function
(lambda ()
(remove-if
(lambda(buffer)
(find (aref (buffer-name buffer) ) " *"))
(buffer-list))))
(setq tabbar-buffer-groups-function
(lambda()(list "All")))
上一篇:npm(cnpm)介绍


下一篇:Java技能树