[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 070ab26c6d 197/431: new 'force option for i
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 070ab26c6d 197/431: new 'force option for init-scope |
Date: |
Mon, 16 Sep 2024 12:59:28 -0400 (EDT) |
branch: externals/indent-bars
commit 070ab26c6d68cc99eadb44b57df4fc8627302532
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
new 'force option for init-scope
---
indent-bars-ts.el | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 2b80171d15..3963c9d118 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -300,9 +300,11 @@ both)."
#'indent-bars-ts--update-scope1))))
;;;; Setup
-(defun indent-bars-ts--init-scope ()
- "Initialize scope style and variables."
- (unless (get 'indent-bars-ts-setup :init-scope)
+(defun indent-bars-ts--init-scope (&optional force)
+ "Initialize scope style and variables.
+If FORCE is non-nil, initialize even if this has already been
+performed."
+ (unless (or force (get 'indent-bars-ts-setup :init-scope))
(indent-bars-ts--add-customs)
(indent-bars--initialize-style
(setq indent-bars-ts-out-scope-style (indent-bars--new-style)))
- [elpa] externals/indent-bars 09b972f957 156/431: Update README.md, (continued)
- [elpa] externals/indent-bars 09b972f957 156/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9cf88e1403 176/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars edab5ee530 203/431: Comment/docstring improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ce84791086 208/431: Teardown TS forms and PCH on main mode teardown, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 902713b115 198/431: create new -form vars for font-lock keyword callback flexibility, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4d4f041cfc 205/431: Make sure beg/end markers point somewhere, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a6dbf67f74 245/431: Section rename/unused var cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fffa4fe52d 236/431: Tweak remap removal., ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 19dd505850 242/431: Reorg stipple display section, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 08fbce35de 214/431: Move treesitter setup above resize (which uses it), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 070ab26c6d 197/431: new 'force option for init-scope,
ELPA Syncer <=
- [elpa] externals/indent-bars 4583e3e9f5 240/431: Add reset to enable-theme-functions, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 301c97550b 219/431: Correctly initialize 'color alt custom (unspecified), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 315aaaab74 232/431: Correct calls to depth-palette/get-color with STYLE, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c86c2b670e 213/431: Correctly remove local after-make-frame hook function, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7b75957588 228/431: Add Nix language support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3d5bfe678d 222/431: Set markers only after computing flush ranges, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9dbfcd8003 259/431: Make default stipple pattern more compact, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6e864e049e 267/431: Disable auto-theme support for now, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 595b856e12 248/431: De-duplicate seen styles in case a style is re-initialized, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f7686245cb 264/431: Do set default stipple face attributes: all now via filtered remap, ELPA Syncer, 2024/09/16