[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars f7686245cb 264/431: Do set default stipple
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars f7686245cb 264/431: Do set default stipple face attributes: all now via filtered remap |
Date: |
Mon, 16 Sep 2024 12:59:36 -0400 (EDT) |
branch: externals/indent-bars
commit f7686245cbe1838edd1125723e7c8545a5082c36
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Do set default stipple face attributes: all now via filtered remap
---
indent-bars.el | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/indent-bars.el b/indent-bars.el
index 1054ea4b54..6452a7ef82 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1407,11 +1407,7 @@ Adapted from `highlight-indentation-mode'."
(ibs/no-stipple-chars style) (indent-bars--create-no-stipple-chars
style 7))
;; Base stipple face
- (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))
- style))
+ (face-spec-set (ibs/stipple-face style) nil) ;stipple only via filtered
remaps
;; Current depth highlight faces/stipple
(setf (ibs/current-bg-color style)
@@ -1419,10 +1415,7 @@ Adapted from `highlight-indentation-mode'."
(when-let ((stipple (indent-bars--current-depth-stipple nil nil nil style)))
(setf (ibs/current-stipple-face style)
(indent-bars--tag "indent-bars%s-current-face" style))
- (face-spec-set (ibs/current-stipple-face style)
- (indent-bars--stipple-face-spec
- (frame-char-width) (frame-char-height)
- (indent-bars--stipple-rot nil (frame-char-width)) style
stipple))))
+ (face-spec-set (ibs/current-stipple-face style) nil)))
(defun indent-bars-setup ()
"Setup all face, color, bar size, and indentation info for the current
buffer."
- [elpa] externals/indent-bars 070ab26c6d 197/431: new 'force option for init-scope, (continued)
- [elpa] externals/indent-bars 070ab26c6d 197/431: new 'force option for init-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4583e3e9f5 240/431: Add reset to enable-theme-functions, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 301c97550b 219/431: Correctly initialize 'color alt custom (unspecified), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 315aaaab74 232/431: Correct calls to depth-palette/get-color with STYLE, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c86c2b670e 213/431: Correctly remove local after-make-frame hook function, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7b75957588 228/431: Add Nix language support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3d5bfe678d 222/431: Set markers only after computing flush ranges, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9dbfcd8003 259/431: Make default stipple pattern more compact, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6e864e049e 267/431: Disable auto-theme support for now, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 595b856e12 248/431: De-duplicate seen styles in case a style is re-initialized, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f7686245cb 264/431: Do set default stipple face attributes: all now via filtered remap,
ELPA Syncer <=
- [elpa] externals/indent-bars 4691ab75cc 246/431: Update font-lock expressions to include boundaries are arguments, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fb986dd71e 253/431: Use #'equal when recording known styles to avoid duplicates, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ff7a45fe99 247/431: docstring cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6d59b8ff3b 272/431: Merge branch 'main' into treesit-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 12204b155b 278/431: Use indent-bars group for everything (with sub-groups), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0df7ac5ce5 269/431: Supply correct arguments to handle-blank-lines, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 770d2c7066 251/431: New: text-scale and schedule-remap-cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bbc97b6c04 277/431: reset-styles for theme change, all face setup now via styles, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 748ffeec7f 276/431: New highlight-method, including 'context (new default), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ffaaae3d42 265/431: Remove styles on reset so that are recomputed, ELPA Syncer, 2024/09/16