about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThorben Günther <admin@xenrox.net>2020-08-07 15:02:58 +0200
committerReto Brunner <reto@labrat.space>2020-08-07 18:10:48 +0200
commit9f89fe1108c00c0cf683f0e59234c3f2f69b4d90 (patch)
tree3bcd48f8f55794a8a21e3f5284fb6a015e8cf790
parentbf5f02a9e72abbb80c66af38636c13a99363ad78 (diff)
downloadaerc-9f89fe1108c00c0cf683f0e59234c3f2f69b4d90.tar.gz
aerc-stylesets: properly indent examples
-rw-r--r--doc/aerc-stylesets.7.scd9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd
index fd7732d..e3e7b1f 100644
--- a/doc/aerc-stylesets.7.scd
+++ b/doc/aerc-stylesets.7.scd
@@ -163,14 +163,15 @@ the selected modifier are applied on top of the style object it corresponds to.
 
 If you would like to make sure message that are flagged as read in the msglist
 appear in yellow foreground and black background. You can specify that with
-this.
+this:
 
-\tmsglist_default.selected.fg=yellow
-\tmsglist_default.selected.bg=black
+	msglist_default.selected.fg=yellow
+
+	msglist_default.selected.bg=black
 
 If we specify the global style selected modifer using fnmatch as below:
 
-\t\*.selected.reverse=toggle
+	\*.selected.reverse=toggle
 
 This toggles the reverse switch for selected version of all the style objects.