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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars b4594e0946 355/431: Correct local stipple u


From: ELPA Syncer
Subject: [elpa] externals/indent-bars b4594e0946 355/431: Correct local stipple update on text-scale
Date: Mon, 16 Sep 2024 12:59:49 -0400 (EDT)

branch: externals/indent-bars
commit b4594e094685c7577f5c1fb2dcce00ea594e12a0
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    Correct local stipple update on text-scale
---
 indent-bars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indent-bars.el b/indent-bars.el
index 32e6478a02..8619d997c3 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1548,7 +1548,7 @@ Adapted from `highlight-indentation-mode'."
   ;; Remap/Resize
   (unless indent-bars--no-stipple
     (setq indent-bars--stipple-remaps (make-hash-table))
-    (add-hook 'text-scale-mode-hook #'indent-bars--update-all-stipples t)
+    (add-hook 'text-scale-mode-hook #'indent-bars--update-all-stipples nil t)
     (indent-bars--update-all-stipples)) ; sets all remaps for current buffer
 
   ;; Current depth Highlighting



reply via email to

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