On Thu, Aug 9, 2012 at 6:03 AM, Óscar Fuentes <
o...@wanadoo.es> wrote:
> Customize variable mode-line-format by removing
> mode-line-buffer-identification.
I don't understand why you'd do that but here you go, add this to your
.emacs and it should work:
(setq mode-line-format (remove 'mode-line-buffer-identification
mode-line-format))