Skip to content
Snippets Groups Projects
Commit fd6a085a authored by Jordi Ortiz's avatar Jordi Ortiz Committed by Diego Biurrun
Browse files

doc: Fix syntax errors in sample Emacs config


Signed-off-by: default avatarDiego Biurrun <diego@biurrun.de>
parent 0f64cd1e
No related branches found
No related tags found
No related merge requests found
...@@ -235,8 +235,8 @@ For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}: ...@@ -235,8 +235,8 @@ For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}:
(c-add-style "libav" (c-add-style "libav"
'("k&r" '("k&r"
(c-basic-offset . 4) (c-basic-offset . 4)
(indent-tabs-mode nil) (indent-tabs-mode . nil)
(show-trailing-whitespace t) (show-trailing-whitespace . t)
(c-offsets-alist (c-offsets-alist
(statement-cont . (c-lineup-assignments +))) (statement-cont . (c-lineup-assignments +)))
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment