Justify a paragraph in the go README

This commit is contained in:
Fabien Dubosson 2016-04-05 12:22:32 +02:00
parent 1773cca021
commit 80195d15c7
1 changed files with 2 additions and 2 deletions

View File

@ -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)