I use helm
, and every time I do C-x k (kill-buffer
) it shows my "kill-buffer History" at the top.
Is there a way to just show just the "kill-buffer" section? I don't use "kill-buffer History" at all. Also, Emacs froze a couple of times when I tried to kill a buffer! So I don't want that section any more :-)
Configuration-wise, I just have:
(helm-mode 1)
Nothing else.
Thank you very much!