From 80195d15c7d86c5658676a6ef07c5ecb9e9f6fdd Mon Sep 17 00:00:00 2001 From: Fabien Dubosson Date: Tue, 5 Apr 2016 12:22:32 +0200 Subject: [PATCH] Justify a paragraph in the go README --- layers/+lang/go/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/+lang/go/README.org b/layers/+lang/go/README.org index dd3030435..3a991b986 100644 --- a/layers/+lang/go/README.org +++ b/layers/+lang/go/README.org @@ -63,8 +63,8 @@ or #+end_src ** Indentation -By default, the tab width in Go mode is 8 spaces. To use a different value -set the layer variable =go-tab-width=, e.g. +By default, the tab width in Go mode is 8 spaces. To use a different value set +the layer variable =go-tab-width=, e.g. #+begin_src emacs-lisp (go :variables go-tab-width 4)