[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 96d64efa43 064/431: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 96d64efa43 064/431: Update README.md |
Date: |
Mon, 16 Sep 2024 12:59:14 -0400 (EDT) |
branch: externals/indent-bars
commit 96d64efa43207c7c2783d9a4d3868fb3420f7ca1
Author: Bruno da Silva Belo <brunodasilvabelo@gmail.com>
Commit: GitHub <noreply@github.com>
Update README.md
Adding straight example
---
README.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3aecad4ca9..caca012644 100644
--- a/README.md
+++ b/README.md
@@ -26,14 +26,22 @@ There are ([many](#related-packages)) existing packages
that provide indentation
# Install/config
-Not yet in a package database; simply clone and point `use-package` at the
correct path (or use
[straight](https://github.com/radian-software/straight.el), etc.).
+Not yet in a package database; simply clone and point `use-package` at the
correct path.
```elisp
(use-package indent-bars
:load-path "~/code/emacs/indent-bars"
:hook ((python-mode yaml-mode) . indent-bars-mode)) ; or whichever modes you
prefer
```
+## Straight
+To clone with `use-package` and `straight`, add to config:
+
+```elisp
+(use-package indent-bars
+ :straight (indent-bars :type git :host github :repo "jdtsmith/indent-bars")
+ :hook ((python-mode yaml-mode) . indent-bars-mode)) ; or whichever modes you
prefer
+```
## Compatibility
For `indent-bars` to work, your port and version of emacs must correctly
support the `:stipple` face attribute. **Most do.**
- [elpa] externals/indent-bars fde60a178f 013/431: tint the main color with depth-based color first, (continued)
- [elpa] externals/indent-bars fde60a178f 013/431: tint the main color with depth-based color first, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 257b723c72 014/431: Use stipple-rot for rotating stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2452b96761 021/431: Simplify create-faces, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 00a26de005 020/431: rename indentation->depth, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fa1d59893f 026/431: Some custom doc improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 73af2efff2 029/431: change bar pattern and blend defaults, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 69d3b3924c 091/431: format FAQs, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c5ccaf5926 067/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f4f2cba7c9 060/431: Add zz example, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6ec3e9b24b 052/431: Add more info on dual-buffer stipple issue, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 96d64efa43 064/431: Update README.md,
ELPA Syncer <=
- [elpa] externals/indent-bars 169b85f092 068/431: README: update stipple test, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 759a80e5cf 082/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9935c0f9a2 105/431: teardown no-stipple-chars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 01583822ab 095/431: New example image, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f0f2bf5ce 092/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 55d8ef1711 096/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 180b6ab95c 053/431: Mention stipple compatibility, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5eb33cc94f 085/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7da1a4a2a4 107/431: Update examples.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 54d15a437d 122/431: customize and var name tweaks, ELPA Syncer, 2024/09/16