On Tue, Jul 19, 2011 at 06:46:39AM +0000, [email protected] 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
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel