[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars ffaaae3d42 265/431: Remove styles on reset
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars ffaaae3d42 265/431: Remove styles on reset so that are recomputed |
Date: |
Mon, 16 Sep 2024 12:59:36 -0400 (EDT) |
branch: externals/indent-bars
commit ffaaae3d42ca45427486fb178c0089a3ef5579d9
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Remove styles on reset so that are recomputed
Normally we don't need to alter styles once they are set, but on
explicit reset we should, so remove them.
---
indent-bars.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/indent-bars.el b/indent-bars.el
index 6452a7ef82..0201e9b902 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1490,6 +1490,7 @@ Adapted from `highlight-indentation-mode'."
(defun indent-bars-reset (&rest _r)
"Reset indent-bars config."
(interactive)
+ (setq indent-bars-style nil indent-bars--styles nil)
(indent-bars-teardown)
(indent-bars-setup))
- [elpa] externals/indent-bars f7686245cb 264/431: Do set default stipple face attributes: all now via filtered remap, (continued)
- [elpa] externals/indent-bars f7686245cb 264/431: Do set default stipple face attributes: all now via filtered remap, ELPA Syncer, 2024/09/16
- [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 <=
- [elpa] externals/indent-bars f5f0392ab6 254/431: window-change: remap even if whr val unchanged, use remap-cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ceb2eb00e9 266/431: ppss-based no-descend-string/list, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 62d4a834b7 282/431: Restore use of base stipple-face-spec, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d7af7b3d42 283/431: Restore unspecified for "parent decides" config, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 247b35f55d 286/431: on-bar tweaks and doc improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f80c712b37 288/431: update-current-depth-highlight: reindent, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9d374e0650 291/431: Fix timer teardown and run-hooks (which takes a hook name), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8d8b0b964b 292/431: Do not test bol but point to skip scope update, simplify markers, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4fa1058326 293/431: Never recreate the same style TAG, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 86113c74ee 298/431: docs: minor tweaks, ELPA Syncer, 2024/09/16