4

I use helm, and every time I do C-x k (kill-buffer) it shows my "kill-buffer History" at the top.

screenshot

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!

Community
  • 1
  • 1
RafaelGP
  • 1,749
  • 6
  • 20
  • 35
  • 1
    Ask the helm list if you don't get an answer here: https://groups.google.com/forum/#!forum/emacs-helm – Tom Aug 30 '13 at 11:55

1 Answers1

-1

Use projectile package which provides various to list buffers which should be based on a)major-mode, b)derived mode, c)only project files, d) only test files. etc...

If you want to use please try emacs prelude(better preconfigured) https://github.com/bbatsov/prelude.

Mohanraj
  • 4,056
  • 2
  • 22
  • 24