首页 > 代码库 > Emacs 构建 Tabbar
Emacs 构建 Tabbar
;;;;;;;;;;;;;;;;;;;;; tabbar ;;;;;;;;;;;;;;;;;;;;;;;;;;
(require ‘tabbar)
(tabbar-mode 1)
(global-set-key [(meta j)] ‘tabbar-forward)
(global-set-key [(meta k)] ‘tabbar-backward)
(set-face-attribute ‘tabbar-default nil
:background "gray"
:foreground "gray")
(set-face-attribute ‘tabbar-selected nil
:inherit ‘tabbar-default
:background "lightblue"
:box ‘(:line-width 1 :color "lightblack") )
(set-face-attribute ‘tabbar-unselected nil
:inherit ‘tabbar-default
:box ‘(:line-width 1 :color "gray"))
(custom-set-variables ‘(tabbar-separator (quote (1.5))))
效果:
Emacs 构建 Tabbar
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。