[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to disable ':' from the electric feature?
From: |
pierreth |
Subject: |
How to disable ':' from the electric feature? |
Date: |
Sun, 16 Mar 2008 12:45:26 -0700 (PDT) |
User-agent: |
G2/1.0 |
Hello,
I have a problem with the electric feature of emacs when I am writing
in C++. I wrote my switch like this:
switch(value)
case dfsfds:
{
fsdff();
}
break;
While Emacs expect me to write it like this:
switch(value)
case dfsfds:
fsdff();
break;
But this is not my style. Can I disable to the ':' character from the
electric feature?
- How to disable ':' from the electric feature?,
pierreth <=