diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-04-18 12:06:28 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-04-18 12:06:28 -0700 |
commit | 4b603e08e95195187c892f69ef562507cfbe0a78 (patch) | |
tree | 5249c2c55367dc66161161beaea3b4b79174ef66 /.emacs.local.d | |
parent | 2e7792c15cdc1ac200bdddd69553f07ff8e39990 (diff) |
emacs: remove useless global-mode-string
Diffstat (limited to '.emacs.local.d')
-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") |