Adds tabbar support for buffers

This commit is contained in:
William Carroll 2017-07-01 15:49:16 -04:00
parent 4a872bbe7c
commit 467b5212cf

View file

@ -141,6 +141,15 @@
(hlinum-activate)) (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 ;; Smart Mode Line
(use-package smart-mode-line (use-package smart-mode-line
:ensure t :ensure t