Commit fd6a085a authored by Jordi Ortiz's avatar Jordi Ortiz Committed by Diego Biurrun

doc: Fix syntax errors in sample Emacs config

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 0f64cd1e
......@@ -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 +)))
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment