emacs-elpa-diffs
[Top][All Lists]
Advanced

[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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]