diff options
| author | Ruslan Kamashev <rynffoll@gmail.com> | 2025-09-28 19:22:23 +0400 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2025-10-16 02:35:42 +0800 |
| commit | 44f3de67af4a4ea5c7213c1de1001af0a84e723e (patch) | |
| tree | 97c5e6ba29b0256826b2acd786f1063281d3d908 /evil-collection.el | |
| parent | 646d7d64bb88944f941ca45405cb4aaff0c41d25 (diff) | |
Fix evil-shift-width for yaml-ts-mode
Diffstat (limited to 'evil-collection.el')
| -rw-r--r-- | evil-collection.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection.el b/evil-collection.el index dc36248..a4fcea1 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -351,7 +351,7 @@ See `evil-collection-init' and `evil-collection--modes-with-delayed-setup'." woman xref xwidget - yaml-mode + (yaml-mode ,@(when (>= emacs-major-version 29) '(yaml-ts-mode))) youtube-dl zmusic (ztree ztree-diff ztree-dir)) |
