[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 2889b50077 224/431: Always initialize style
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 2889b50077 224/431: Always initialize style on scope init |
Date: |
Mon, 16 Sep 2024 12:59:31 -0400 (EDT) |
branch: externals/indent-bars
commit 2889b50077339665761045dc52c4e9094af5f8dd
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Always initialize style on scope init
---
indent-bars-ts.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 663c49a4d2..04c6726077 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -315,10 +315,10 @@ 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 "ts")))
- (put 'indent-bars-ts-setup :init-scope t)))
+ (put 'indent-bars-ts-setup :init-scope t))
+ (indent-bars--initialize-style
+ (setq indent-bars-ts-out-scope-style
+ (indent-bars--new-style "ts"))))
(defun indent-bars-ts--teardown ()
"Teardown indent-bars-ts."
- [elpa] externals/indent-bars 6f886f89c4 141/431: Support go-mode in addition to go-ts-mode, (continued)
- [elpa] externals/indent-bars 6f886f89c4 141/431: Support go-mode in addition to go-ts-mode, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3c83532f98 182/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1875deadb7 166/431: Report TS string query error, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 20e34365e9 191/431: ts: improved query setup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2e0e6ee0fd 196/431: add support for ts start-bars to switch from oos to emph w/in line, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a4d43c0054 163/431: README: FAQ starting-column, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7b6454d6e8 190/431: ts.el: improve docs and customization options, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f5d9426fe6 199/431: overhaul style-system: pass-by-arg, switch-after, style2, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9f2b7625b4 212/431: scope-update: reference correct timer, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 28cc7f4a82 216/431: Use "ts" alt style uniformly, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2889b50077 224/431: Always initialize style on scope init,
ELPA Syncer <=
- [elpa] externals/indent-bars 230e3c8377 221/431: setup-and-remove: wrap in with-selected-frame, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1b6e353634 225/431: Correctly track separate stipple face for each style, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9740b6ff4a 227/431: Add min-lines support for scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 09dd1d6f75 209/431: Correct after-make-frame handling for daemon, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 226b6c2dd0 226/431: custom-inherit: correctly handle 'unspecified atoms, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars dbbd7fb1ed 218/431: Add (custom-inherit): Improve inheritance for partial plists, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b8319cf7d4 237/431: add support for json-ts-mode and json-mode, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4ad704782a 233/431: Properly handle SWITCH-AFTER=0, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7acbd9124b 235/431: README: Acknowledgements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 117121cbd6 230/431: Guard update-scope against non-mode buffers, ELPA Syncer, 2024/09/16