doc: Fix syntax errors in sample Emacs config

Signed-off-by: Diego Biurrun <diego@biurrun.de>
pull/28/head
Jordi Ortiz 13 years ago committed by Diego Biurrun
parent 0f64cd1e81
commit fd6a085a22
  1. 4
      doc/developer.texi

@ -235,8 +235,8 @@ For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}:
(c-add-style "libav"
'("k&r"
(c-basic-offset . 4)
(indent-tabs-mode nil)
(show-trailing-whitespace t)
(indent-tabs-mode . nil)
(show-trailing-whitespace . t)
(c-offsets-alist
(statement-cont . (c-lineup-assignments +)))
)

Loading…
Cancel
Save