windows 10, emacs 26.1, helm 3.0
Here my buffer list:
How I can hide all helm buffers? I'm don't want to Emacs to show them in Buffer List ?
windows 10, emacs 26.1, helm 3.0
Here my buffer list:
How I can hide all helm buffers? I'm don't want to Emacs to show them in Buffer List ?
Helm comes with its own buffer listing commands that exclude helm buffers. Try M-x helm-buffers-list
or M-x helm-mini
(does the same, but adds more sources, like recently closed files).
But I need when I do this to skip some buffers. E.g. buffers whose names start with helm-xxx.
Is it possible?
– a_subscriber Sep 13 '18 at 08:37
ibuffer
... – Drew Sep 12 '18 at 17:30