branch: externals/indent-bars
commit b4594e094685c7577f5c1fb2dcce00ea594e12a0
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
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