[OS X Emacs] lisp-interaction mode in *scratch*

Bill Clementson billclem at gmail.com
Mon Jan 19 10:57:32 EST 2009


On Mon, Jan 19, 2009 at 7:46 AM, Art Werschulz <agw at comcast.net> wrote:
> Hi.
>
> What's the canonical way to make the *scratch* buffer start up in
> lisp-interaction-mode?  Thanks.

I use the following:
(with-current-buffer "*scratch*"
  (lisp-interaction-mode))

--
Bill Clementson



More information about the MacOSX-Emacs mailing list