From: Nimar Arora <nimar_arora@yahoo.com>
Subject: Re: development
Date: 06 Dec 2002 14:38:24 -0800 [thread overview]
Message-ID: <7wzn0niu61r.fsf@dlsun92.us.oracle.com> (raw)
In-Reply-To: mailman.1039209366.1978.help-gnu-emacs@gnu.org
McClain,
Here's the basic customization I use. I like the Kernighan & Ritchie
editing style but prefer an offset of 2 spaces. Hope, this helps.
Thanks,
Nimar
;; C-Customization
(c-add-style "myc"
'("k&r" (c-basic-offset . 2)
))
(add-hook 'c-mode-hook '(lambda ()
(c-set-style "myc")
(lazy-lock-mode)
(setq comment-column 45)
))
(setq-default c-hungry-delete-key t) ; delete through all white spaces
next prev parent reply other threads:[~2002-12-06 22:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1039209366.1978.help-gnu-emacs@gnu.org>
2002-12-06 21:38 ` development Ricardo Anguiano
2002-12-06 21:46 ` development Michael Slass
2002-12-07 12:35 ` development Klaus Berndl
2002-12-06 22:38 ` Nimar Arora [this message]
2002-12-06 22:59 development McClain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7wzn0niu61r.fsf@dlsun92.us.oracle.com \
--to=nimar_arora@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.