Move tab-bar history activation to main init function

This is where such global mode activations belong.
This commit is contained in:
Daniel Borchmann 2024-12-25 16:01:06 +01:00
parent 7deb6204be
commit 9f52c576b2
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -279,9 +279,7 @@
tab-bar-separator tab-bar-separator
;; tab-bar-format-align-right ;; tab-bar-format-align-right
;; current-time-string ;; current-time-string
)) )))
:config (progn
(tab-bar-history-mode +1)))
(use-package url (use-package url
:init (setq url-configuration-directory (expand-file-name "url" emacs-d-userdata))) :init (setq url-configuration-directory (expand-file-name "url" emacs-d-userdata)))
@ -2975,6 +2973,7 @@ eventuelly be set to nil, however)."
(recentf-mode +1) (recentf-mode +1)
(winner-mode +1) (winner-mode +1)
(tab-bar-history-mode +1)
(global-auto-revert-mode -1) (global-auto-revert-mode -1)
(which-function-mode +1) (which-function-mode +1)
(global-eldoc-mode +1) (global-eldoc-mode +1)