From aec5d1a3917368f6e370eab500ef679ab0536960 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Wed, 29 Apr 2015 22:03:28 +0200 Subject: [PATCH] Add one line of ELisp code --- README.html | 2 ++ README.org | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.html b/README.html index 6dc39b7..d431916 100755 --- a/README.html +++ b/README.html @@ -1997,6 +1997,8 @@ Reference code like variables or defun hello (name &optional greeting) (message "%s %s" (or greeting "Hello") name)) + +(setq tab-width 4) diff --git a/README.org b/README.org index f05fac6..138f212 100755 --- a/README.org +++ b/README.org @@ -1081,6 +1081,8 @@ int main(int arc, char **argv) (defun hello (name &optional greeting) (message "%s %s" (or greeting "Hello") name)) + +(setq tab-width 4) #+end_src # See http://sphinxcontrib-emacs.readthedocs.org/en/latest/guide/domain.html