Enable tab-bar and tab-line, set tab-line to show buffers of the same mode
This commit is contained in:
parent
304e32ebad
commit
4db6bda3e6
|
@ -93,9 +93,12 @@ Configure the look and feel of Emacs
|
||||||
|
|
||||||
(setopt indent-tabs-mode nil
|
(setopt indent-tabs-mode nil
|
||||||
async-shell-command-display-buffer nil
|
async-shell-command-display-buffer nil
|
||||||
compilation-scroll-output t)
|
compilation-scroll-output t
|
||||||
|
tab-line-tabs-function 'tab-line-tabs-mode-buffers)
|
||||||
|
|
||||||
(global-prettify-symbols-mode +1)
|
(global-prettify-symbols-mode +1)
|
||||||
|
(global-tab-line-mode +1)
|
||||||
|
(tab-bar-mode +1)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Reference in a new issue