From 7d573dc56e890a5cd31e40c139d0af176d15bc0a Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 18 Jan 2024 13:02:37 -0500 Subject: [PATCH] Enable indent-bars in yaml-ts-mode --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 67e6dfe..fb7ccc7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -664,7 +664,7 @@ list list_comprehension dictionary dictionary_comprehension parenthesized_expression subscript))) - :hook ((python-base-mode yaml-mode) . indent-bars-mode)) + :hook ((python-base-mode yaml-base yaml-ts-mode) . indent-bars-mode)) (use-package editorconfig :ensure t :demand :delight