help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: changing the scratch mode


From: drkm
Subject: Re: changing the scratch mode
Date: Sat, 23 Jul 2005 21:28:47 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (windows-nt)

(Björn Lindström) writes:

> To just change to text mode, M-x text-mode. However, if you're in a
> scratch buffer and want that bound to a text file, it's probably more
> comfortable to just C-x C-w somefile.txt

  Or maybe:

    (setq default-major-mode 'text-mode)

and:

    C-x b tmp <RET> y <...EDITING...> C-x h M-w C-x k <RET>

--drkm


reply via email to

[Prev in Thread] Current Thread [Next in Thread]