[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 08fbce35de 214/431: Move treesitter setup a
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 08fbce35de 214/431: Move treesitter setup above resize (which uses it) |
Date: |
Mon, 16 Sep 2024 12:59:30 -0400 (EDT) |
branch: externals/indent-bars
commit 08fbce35de92526290b5f78c7acca89ef3de4f89
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Move treesitter setup above resize (which uses it)
---
indent-bars.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/indent-bars.el b/indent-bars.el
index 5195ef7a32..45a036aa68 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1324,13 +1324,13 @@ Adapted from `highlight-indentation-mode'."
;; Window state: selection/size
(add-hook 'window-state-change-functions #'indent-bars--window-change nil t)
+ ;; Treesitter
+ (if indent-bars-treesit-support (indent-bars-ts-setup)) ; autoloads
+
;; Resize
(add-hook 'text-scale-mode-hook #'indent-bars--resize-stipple nil t)
(indent-bars--resize-stipple) ; just in case
- ;; Treesitter
- (if indent-bars-treesit-support (indent-bars-ts-setup)) ; autoloads
-
;; Current depth
(when (indent-bars--style 'any "highlight-current-depth")
(add-hook 'post-command-hook
- [elpa] externals/indent-bars d4ea40e3bb 195/431: relabel faded -> out-of-scope, (continued)
- [elpa] externals/indent-bars d4ea40e3bb 195/431: relabel faded -> out-of-scope, ELPA Syncer, 2024/09/16
- [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 <=
- [elpa] externals/indent-bars 070ab26c6d 197/431: new 'force option for init-scope, ELPA Syncer, 2024/09/16
- [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