[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 7d415237d8 258/431: Use style correctly whe
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 7d415237d8 258/431: Use style correctly when setting main stipple face |
Date: |
Mon, 16 Sep 2024 12:59:35 -0400 (EDT) |
branch: externals/indent-bars
commit 7d415237d85a63e0c50e8da130c401008c6a4383
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Use style correctly when setting main stipple face
---
indent-bars.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index a575fd3b38..7ba4462851 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1404,7 +1404,8 @@ Adapted from `highlight-indentation-mode'."
(face-spec-set (ibs/stipple-face style)
(indent-bars--stipple-face-spec
(frame-char-width) (frame-char-height)
- (indent-bars--stipple-rot nil (frame-char-width))))
+ (indent-bars--stipple-rot nil (frame-char-width))
+ style))
;; Current depth highlight faces/stipple
(setf (ibs/current-bg-color style)
- [elpa] externals/indent-bars 48646b1123 234/431: README: Acknowledgements, (continued)
- [elpa] externals/indent-bars 48646b1123 234/431: README: Acknowledgements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2ee5157b41 244/431: Require 'subr-x for hash functions, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e4d73d35a5 249/431: use indent-bars--tag in create-faces, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 470d99ddd1 262/431: Relocate remap local variables closer to usage, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3279f93449 220/431: Do no 'reset faces on setup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bf1132775d 217/431: Require cus-edit for custom functionality, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1bf77531f2 257/431: Better handling of --styles on setup and teardown, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e4ab2f8865 231/431: Prevent altering the original custom var during inherit, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7d63303e27 275/431: current-indentation-depth: no takes no POS arg, use s-e, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 00ee9d62fe 250/431: Do not apply face-remap given new final face argument, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7d415237d8 258/431: Use style correctly when setting main stipple face,
ELPA Syncer <=
- [elpa] externals/indent-bars aacb0a574b 279/431: docstring: treesit-wrap, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c6f08762b2 273/431: Use min-lines 3 for TS scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d06e6e10da 268/431: Overhaul scope structure and logic, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bfcc3fac50 271/431: assign update-depth-function in :success clause, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d883507335 270/431: docs: improve update-scope1 docstring, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 10ce56b4e0 255/431: Improve stipple docstring and comment, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d7b56cf13f 284/431: Tweak PPSS logic, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d7c1bd96e4 287/431: use idle-timer for highlighted bar update too, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e3ebe0d389 289/431: Remove window-state-change-functions hook on teardown, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e12b91fe3f 295/431: doc: custom tweak, ELPA Syncer, 2024/09/16