emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars e3e9b72b8d 158/431: Update examples.md


From: ELPA Syncer
Subject: [elpa] externals/indent-bars e3e9b72b8d 158/431: Update examples.md
Date: Mon, 16 Sep 2024 12:59:24 -0400 (EDT)

branch: externals/indent-bars
commit e3e9b72b8d54682694e28485aeaa836ad15f08a3
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Update examples.md
---
 examples.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/examples.md b/examples.md
index 93be7c34ac..e34e530878 100644
--- a/examples.md
+++ b/examples.md
@@ -1,7 +1,15 @@
 # Example `indent-bars` color/layout possibilities
-## Default:
+## Old Default:
 <img width="514" alt="ib_default" 
src="https://github.com/jdtsmith/indent-bars/assets/93749/4f652554-bede-4aa6-bdbc-233ec843d782";>
 
+``` emacs-lisp
+   (setq
+    indent-bars-color '(highlight :face-bg t :blend 0.3)
+    indent-bars-pattern " . . . . ." ; play with the number of dots for your 
usual font size
+    indent-bars-width-frac 0.25
+    indent-bars-pad-frac 0.1)
+```
+
 ## Minimal:
 <img width="514" alt="ib_minimal" 
src="https://github.com/jdtsmith/indent-bars/assets/93749/e21da2d6-f6a4-4587-9640-d6a493111473";>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]