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

Re: XEmacs C/Java mode configuration



On Mon, 2 Nov 1998, Thomas Apel wrote:

> When I write C/Java Code in XEmacs the braces are always indented like
> this:
> 
> if (x)
>   {
>     x = 0;
>   }
> 
> But I want it to look like this:
> 
> if (x)
> {
>   x = 0;
> }
> 
> How can I change this? I think I searched the whole options menu but
> didn't find anything. Are there any docs where I could have read about
> this?

Take a look at the info page for xemacs/cc-mode.  all is explained
there.

-- 
Jean Pierre



Reply to: