I have installed ElScreen using list-packages, and I have the below in the init.el file:
(require 'elscreen)
(elscreen-start)
but then when I open a file file-a.txt, it will only show me the current filename in tab bar. I open a another file file-b.txt, that the tab bar will only show one tab for file-b.txt - file-a.txt is not listed.
Is there any method of showing all open buffers - with the exception of * Messages * and * scratch *?
I have installed ElScreen using
list-packages, and I have the below in theinit.elfile:but then when I open a file
file-a.txt, it will only show me the current filename in tab bar. I open a another filefile-b.txt, that the tab bar will only show one tab forfile-b.txt-file-a.txtis not listed.Is there any method of showing all open buffers - with the exception of
* Messages *and* scratch *?