[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Starting in c-set-style linux
From: |
Jesse B. |
Subject: |
Re: Starting in c-set-style linux |
Date: |
Wed, 21 Apr 2004 23:58:21 -0400 |
"Mike Irwin" wrote:
>
> (defun my-linux-c-mode ()
> "C mode with adjusted defaults for use with the linux kernel."
> (c-set-style "linux"))
>
> (add-hook 'c-mode-hook 'my-linux-c-mode)
Thank you very much. That's the ticket I've been looking for. Works like a
charm. I've been pulling my hair out googling and looking through docs for
that info. I appritiate you taking the time to help out a newcomer like
myself.