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)