lilypond-devel
[Top][All Lists]
Advanced

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

Re: CG: describe new C++ formatting (GOP-PROP 3) (issue4760056)


From: Graham Percival
Subject: Re: CG: describe new C++ formatting (GOP-PROP 3) (issue4760056)
Date: Tue, 19 Jul 2011 15:56:25 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Jul 19, 2011 at 06:46:39AM +0000, address@hidden wrote:
> Now that we do not want tabs in indents, it would
> be nice to add
> 
>  (setq indent-tabs-mode nil)
> 
> to emacs' suggested setup of C++ and Python hooks.

Um.  Like this?

(add-hook 'c++-mode-hook
     '(lambda() (c-set-style "gnu"))
      (setq indent-tabs-mode nil)
       )

I have no clue how the .emacs is supposed to look...?

Cheers,
- Graham



reply via email to

[Prev in Thread] Current Thread [Next in Thread]