diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-10-16 11:44:30 -0500 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-16 11:44:30 -0500 |
| commit | 8ce67910066de04940826c8e15666400e1d94454 (patch) | |
| tree | c87e70ebdd7ae900dba29b77b51b43b4a840e3b5 | |
| parent | c0c417233691a9c286f642e1503b5eeee103661d (diff) | |
| download | dotfiles-8ce67910066de04940826c8e15666400e1d94454.tar.gz dotfiles-8ce67910066de04940826c8e15666400e1d94454.zip | |
Emacs: Remap tab-bar-tab-highlight face to mode-line-highlight
| -rw-r--r-- | common/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index 32793d8..384467a 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -128,6 +128,7 @@ (use-package faces :config (add-to-list 'face-remapping-alist '(tab-bar-tab-inactive mode-line-inactive)) + (add-to-list 'face-remapping-alist '(tab-bar-tab-highlight mode-line-highlight)) (when (not (eq system-type 'android)) (custom-set-faces |
