Adds tabbar support for buffers
This commit is contained in:
parent
4a872bbe7c
commit
467b5212cf
1 changed files with 9 additions and 0 deletions
|
@ -141,6 +141,15 @@
|
|||
(hlinum-activate))
|
||||
|
||||
|
||||
;; Tabbed buffer support
|
||||
(use-package tabbar
|
||||
:ensure t
|
||||
:config
|
||||
(setq tabbar-hide-header-button t)
|
||||
(setq tabbar-use-images nil)
|
||||
(tabbar-mode))
|
||||
|
||||
|
||||
;; Smart Mode Line
|
||||
(use-package smart-mode-line
|
||||
:ensure t
|
||||
|
|
Loading…
Reference in a new issue