emacs-configuration: Only show tab-bar-mode when there are >1 tab
This commit is contained in:
parent
15851b1a97
commit
16fa86c931
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user