[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 852c12b1fe 430/431: README: mention ELPA
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 852c12b1fe 430/431: README: mention ELPA |
Date: |
Mon, 16 Sep 2024 12:59:58 -0400 (EDT) |
branch: externals/indent-bars
commit 852c12b1fe52ca556ecf14886d5c115b04394ce7
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
README: mention ELPA
---
README.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index a503a6f244..253a84e7d2 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ This package provides indentation _guide bars_ in Emacs, with
optional tree-sitt
## What's New
+- **v0.7.2**: Added to ELPA
- **v0.7.1**: Added ADA, GPR, and `typescript-ts` support. Avoid issues when
mixing TS and non-TS modes. Ensure colors work with themes that do not specify
background or foreground of specified bar faces.
- **v0.7**: New optimized jit-lock approach for treesit scope. Slightly
streamlined default styling.
- **v0.6.1**: Live feedback when updating settings in the Customize interface.
@@ -67,11 +68,10 @@ This package provides indentation _guide bars_ in Emacs,
with optional tree-sitt
# Install/config
-Not yet in a package database; simply clone and point `use-package` at the
correct path. You can also simply use the `vc-package-install` command newly
released with Emacs 29.
+`indent-bars` is in ELPA; install with Emacs' package facilities.
```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
@@ -88,7 +88,6 @@ To clone with `use-package` and `straight`:
```elisp
(use-package indent-bars
- :load-path "~/code/emacs/indent-bars"
:config
(require 'indent-bars-ts) ; not needed with straight
:custom
@@ -97,7 +96,7 @@ To clone with `use-package` and `straight`:
;; Add other languages as needed
(indent-bars-treesit-scope '((python function_definition class_definition
for_statement
if_statement with_statement while_statement)))
- ;; wrap may not be needed if no-descend-list is enough
+ ;; Note: wrap may not be needed if no-descend-list is enough
;;(indent-bars-treesit-wrap '((python argument_list parameters ; for python,
as an example
;; list list_comprehension
;; dictionary dictionary_comprehension
- [elpa] externals/indent-bars 6f429915ad 369/431: Bump version, (continued)
- [elpa] externals/indent-bars 6f429915ad 369/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 48d6b40489 405/431: README: tweak ts-language tip, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c8376cf437 416/431: Stipple compatibility update, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1a88168837 389/431: indent-bars: refine jit-lock and extend region, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 76875aef81 401/431: slightly tweak main bar pattern and blend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars aade176740 412/431: Merge pull request #52 from brownts/feature/ada-gpr, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ca71453ad0 407/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars db7d4ba51d 388/431: Protect against custom-set reentry, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 79c21f2999 429/431: Assign copyright to FSF, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9fc2e57d38 420/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 852c12b1fe 430/431: README: mention ELPA,
ELPA Syncer <=
- [elpa] externals/indent-bars 2d1d854dda 393/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c02ded1991 406/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 51f12b7c06 215/431: Correct depth calculation (again), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 29d32e5718 241/431: Make style variables global and move remaps to buffer-local vars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fb1a0d6d1a 239/431: Merge pull request #39 from oxcl/main, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5c06a2d47a 252/431: re-organize requires, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 06c9d7e380 274/431: TS scope update: use idle-timer instead, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0d684be9eb 290/431: docs: custom vars doc improvmements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8787ebc872 300/431: Increase default TS out-of-scope color blend factor to 0.15, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7c8d680619 348/431: Update README.md, ELPA Syncer, 2024/09/16