[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars ee50054337 025/431: Comment
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars ee50054337 025/431: Comment |
Date: |
Mon, 16 Sep 2024 12:59:09 -0400 (EDT) |
branch: externals/indent-bars
commit ee5005433781495664960ad14bd32c334afddabd
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Comment
---
indent-bars.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index baf8d9a0e7..d50b7e210c 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -609,7 +609,7 @@ BAR-FROM is one by default. If passed, properties are set
in
OBJ, otherwise in the buffer."
(cl-loop for pos = start then (+ pos indent-bars-spacing) while (< pos end)
for barnum from (or bar-from 1)
- ;; XXX need rear-nonsticky font-lock-face???
+ ;; XXX need rear-nonsticky face???
do (put-text-property pos (1+ pos)
'face (indent-bars--face barnum) obj)))
- [elpa] externals/indent-bars ebf1c637e8 425/431: Implement indent-bars.el suggestions for inclusion in ELPA, (continued)
- [elpa] externals/indent-bars ebf1c637e8 425/431: Implement indent-bars.el suggestions for inclusion in ELPA, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ceb3dd1e31 418/431: guess-spacing: add typescript-ts-mode support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 188d8540bf 395/431: Update ts--context-fontify to work in all buffers, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7c7a7a7a10 423/431: improve commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6868e36bea 417/431: Protect against no wrap context node, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f926ed81ae 424/431: Bump version and mention what's new, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars aac2e73b00 428/431: Merge pull request #57 from paaguti/main, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c2240b7f10 001/431: Initial commit, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0de108e783 017/431: improve setup/teardown and add reset command, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 940a56c434 016/431: Use 'face instead of 'font-lock-face, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ee50054337 025/431: Comment,
ELPA Syncer <=
- [elpa] externals/indent-bars 871dcdcce1 027/431: allow other keys for current-depth-palette, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 84f650e5b1 031/431: simplify stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a47382bd4b 043/431: Improve comments and remove unused arg from calculate-face-spec, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8b97ca4864 097/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars de347fc7fd 098/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d365f46929 050/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c495514596 069/431: README: mention disabling font-lock for stipple testing, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars eb87a137ef 054/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e4c4bb752a 120/431: treesit: ignore-blank-lines-types, string query, custom var refactor, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ebd89ab245 101/431: Bump version, ELPA Syncer, 2024/09/16