3

When I start Emacs, it shows me the GNU Emacs buffer. I want to set it to the page one gets with the C-h C-a command with the nice Emacs logo instead. How can I do this.

user18630
  • 31
  • 1

1 Answers1

2

Place this one-liner somewhere in your .emacs or init.el file:

(setq initial-buffer-choice 'about-emacs)
lawlist
  • 19,106
  • 5
  • 38
  • 120