One Quickie


Fixing emacs C mode indenting (emacs->General)
Here's a way to change the C indenting style to a major style, and override some of the pre-set values (like how emacs 21 changed the bsd indent level from 4 to 8. Gee thanks guys):
(setq c-default-style "bsd"
      c-basic-offset 4)



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com