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

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

Re: customize according to mode


From: Alan Mackenzie
Subject: Re: customize according to mode
Date: Mon, 4 Apr 2005 21:56:46 +0000
User-agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686))

Alan Mackenzie <acm@muc.de> wrote on Mon, 4 Apr 2005 17:37:43 +0000:
> Purnank <ghumalia.purnank@de.bosch.com> wrote on Mon, 4 Apr 2005 11:35:58
> +0200:

[ .... ]

> Put the following into your .emacs:

> (after-load "cc-mode"
>   '(define-key c-mode-base-map "\C-m" 'c-context-line-break))

Apologies.  That should have been

(eval-after-load "cc-mode"
 ^^^^^ 
-- 
Alan Mackenzie (Munich, Germany)
Email: aacm@muuc.dee; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").



reply via email to

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