From 4b603e08e95195187c892f69ef562507cfbe0a78 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Mon, 18 Apr 2022 12:06:28 -0700 Subject: emacs: remove useless global-mode-string --- .emacs.local.d/modes/tabbar.el | 4 ---- 1 file changed, 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") -- cgit v1.2.3