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

Re: SOLVED: Emacs and mutt



On Wed, 24 Jul 2002 22:46:24 -0700
Paul Johnson <baloo@ursine.dyndns.org> wrote:

>  On Wed, Jul 24, 2002 at 09:34:04PM -0700, Jeff wrote:
>  > I just have in my .muttrc 
>  > 
>  > set editor="emacs -nw"
>  > 
>  > and then I have a .emacs file with
>  > 
>  > ;; Set the starting mode to text and enable fill
>  > (set-variable 'default-major-mode 'text-mode)
>  > (add-hook 'text-mode-hook 'turn-on-auto-fill)
>  > 
>  > so it always starts in text mode and wraps.
> 
>  This works for me, as well.

Have you tried option -l or --load (emacs lisp file)? I have emacs set
up so that I get a text editing environment at start up without futzing
around with .emacs.

emacs -nw -l /home/foo/cfg/alt.emacs


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: