Re: .emacs file for gnome development..




> I'm fairly new to emacs.  I know the basics.  I was wondering if
> someone could send me their .emacs file with a nice setup for
> gnome hacking in C.  Or perhaps point me in the right direction
> for learning how to customize Emacs to do things like indentation
> automatically, etc.  

This is what I use:

  (set-c-style "K&R")
  (setq c-basic-offset 8)

This is basically the Linux kernel style.

-- 
miguel@gnu.org



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