[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to change the indentation style of emacs
From: |
Suvayu Ali |
Subject: |
Re: how to change the indentation style of emacs |
Date: |
Mon, 24 Jan 2011 15:43:49 +0100 |
On Mon, 24 Jan 2011 05:37:16 -0800 (PST)
Anand Dhanakshirur <adhanakshirur@yahoo.com> wrote:
> hi,
> C-c . is not working, but, M-x c-set-style is working.
> What is the piece of code to set it permanently in .emacs file?
(define-key global-map (kbd "C-c .") 'c-set-style)
> Thanks
--
Suvayu
Open source is the future. It sets us free.