Emacs and Helm - How to not show 'buffer-history' when i do 'kill-buffer' -
i use helm
, , every time c-x k (kill-buffer
) shows "kill-buffer history" @ top.
is there way show "kill-buffer" section? don't use "kill-buffer history" @ all. also, emacs froze couple of times when tried kill buffer! don't want section more :-)
configuration-wise, have:
(helm-mode 1)
nothing else.
thank much!
use projectile package provides various list buffers should based on a)major-mode, b)derived mode, c)only project files, d) test files. etc...
if want use please try emacs prelude(better preconfigured) https://github.com/bbatsov/prelude.
Comments
Post a Comment