Emacs creates far too many buffers, like this one when it starts up:
Loading /home/david/.recentf...done
Cleaning up the recentf list...done (0 removed)
For information about GNU Emacs and the GNU system, type C-h C-a.
And others like the following one when I want auto-completes:
Click <mouse-2> on a completion to select it.
In this buffer, type RET to select the completion near point.
Possible completions are:
perl-backward-to-noncomment perl-beginning-of-function
perl-electric-terminator perl-end-of-function
perl-indent-command perl-indent-exp
perl-mark-function perl-mode
perldb
Is there a way I can just make emacs kill auto-completion buffers and not create that one on the beginning? Thanks.