My version is:
GNU Emacs 21.3.1 (i686-pc-linux-gnu, X toolkit) of 2004-08-02 on snuggle.mit.edu
What I want is for this to happen:
for (whatever)
{
Instead of:
for (whatever)
__{
(the __ represents 2 white spaces since AT doesnt keep the formatting)
After I hit enter and press {
How is this done? I think I need to modify the .emacs file, but I don't know what to change...
Thanks,
-Eric <----Linux noob
GNU Emacs 21.3.1 (i686-pc-linux-gnu, X toolkit) of 2004-08-02 on snuggle.mit.edu
What I want is for this to happen:
for (whatever)
{
Instead of:
for (whatever)
__{
(the __ represents 2 white spaces since AT doesnt keep the formatting)
After I hit enter and press {
How is this done? I think I need to modify the .emacs file, but I don't know what to change...
Thanks,
-Eric <----Linux noob