lkml.org 
[lkml]   [2014]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Docs: Fix elisp code so tabbing more than once works
The example elisp code breaks tabbing more than once on the same line. Aligning
equal signs in a struct becomes problematic. Fix it.

Signed-off-by: Greg Donald <gdonald@gmail.com>
---
Documentation/CodingStyle | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
index 7fe0546..287d22f 100644
--- a/Documentation/CodingStyle
+++ b/Documentation/CodingStyle
@@ -512,6 +512,8 @@ values. To do the latter, you can stick the following in your .emacs file:
(setq indent-tabs-mode t)
(c-set-style "linux-tabs-only")))))

+(global-set-key (kbd "TAB") 'self-insert-command)
+
This will make emacs go better with the kernel coding style for C
files below ~/src/linux-trees.

--
1.8.3.2

--
Greg Donald
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2014-04-14 03:01    [W:0.055 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site