emacs-configuration: Only show tab-bar-mode when there are >1 tab

This commit is contained in:
Collin J. Doering 2024-11-03 22:40:45 -05:00
parent 15851b1a97
commit 16fa86c931
Signed by: rekahsoft
GPG Key ID: F77E319397CDA716

View File

@ -311,6 +311,12 @@ To start emacs as a window manager, add something like this to ~~/.xinitrc~.
* Window Management
Enable tab-bar-mode, but only display tabs when there are more then 1.
#+begin_src emacs-lisp
(setq tab-bar-show 1)
#+end_src
#+begin_src emacs-lisp
(use-package ace-window
:bind