diff options
Diffstat (limited to '.emacs.local.d/modes')
| -rw-r--r-- | .emacs.local.d/modes/tabbar.el | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/.emacs.local.d/modes/tabbar.el b/.emacs.local.d/modes/tabbar.el index bd01174..4c81830 100644 --- a/.emacs.local.d/modes/tabbar.el +++ b/.emacs.local.d/modes/tabbar.el @@ -35,13 +35,9 @@ The default tab-bar name uses the buffer name."  ;; Only show the tab bar if there are 2 or more tabs  (setq tab-bar-show 1) -(defun my/tab-bar-string () "HELLO") -  ;; Customize the tab bar format to add the global mode line string  (setq tab-bar-format '(tab-bar-format-tabs tab-bar-separator tab-bar-format-align-right tab-bar-format-global)) -(add-to-list 'global-mode-string "HELLO") -  ;; Make sure mode line text in the tab bar can be read  (set-face-attribute 'tab-bar nil :foreground "#FFFFFF") | 
