summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--tabs.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--tabs.el')
-rw-r--r--.config/emacs/modules/bd--tabs.el24
1 files changed, 12 insertions, 12 deletions
diff --git a/.config/emacs/modules/bd--tabs.el b/.config/emacs/modules/bd--tabs.el
index 3c6b53a..abc7325 100644
--- a/.config/emacs/modules/bd--tabs.el
+++ b/.config/emacs/modules/bd--tabs.el
@@ -9,7 +9,7 @@
(display-time)
:config
(setopt display-time-format " [%m/%d %H:%M] "
- display-time-default-load-average nil))
+ display-time-default-load-average nil))
(use-package battery
:demand t
@@ -35,20 +35,20 @@
(tab-bar-mode)
(tab-bar-history-mode)
(setopt tab-bar-tab-name-function #'bd/tab-bar-name-function
- tab-bar-show t
+ tab-bar-show t
- tab-bar-select-restore-windows nil
+ tab-bar-select-restore-windows nil
- ;; remove useless gui elements
- tab-bar-format
- '(tab-bar-format-tabs
- tab-bar-format-align-right
- tab-bar-format-global)
- tab-bar-close-button-show nil
- tab-bar-auto-width-max nil
+ ;; remove useless gui elements
+ tab-bar-format
+ '(tab-bar-format-tabs
+ tab-bar-format-align-right
+ tab-bar-format-global)
+ tab-bar-close-button-show nil
+ tab-bar-auto-width-max nil
- ;; add useless text elements
- tab-bar-tab-hints nil))
+ ;; add useless text elements
+ tab-bar-tab-hints nil))
(provide 'bd--tabs)