branch: externals/indent-bars commit 30b47adfaa3fc947ef1f2b93e943641a0a2985d3 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Tweak default font-lock-defaults --- indent-bars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indent-bars.el b/indent-bars.el index ae3fda9ede..3ce68052f2 100644 --- a/indent-bars.el +++ b/indent-bars.el @@ -1666,7 +1666,7 @@ Adapted from `highlight-indentation-mode'." ;; group 2: multi-line blank regions ,@(if indent-bars-display-on-blank-lines '((group (* (or ?\s ?\t ?\n)) ?\n))))))) - (unless font-lock-defaults (setq font-lock-defaults t)) + (unless font-lock-defaults (setq font-lock-defaults '(nil t))) (unless font-lock-mode (font-lock-mode 1))) (declare-function indent-bars--ts-mode "indent-bars-ts")