From 56602e57c679f6a03cb0c90961c2840656fe19cd Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Wed, 16 Apr 2025 09:36:57 -0400 Subject: [PATCH] Fix: wezterm modeline wasn't commented out correctly --- .../_src.all/private_dot_config/wezterm/wezterm.lua.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl b/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl index 725284e..7520896 100644 --- a/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl +++ b/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl @@ -468,4 +468,4 @@ config.key_tables = { -- and finally, return the configuration to wezterm return config -# vim: set ft=lua expandtab tabstop=4 shiftwidth=4: +-- vim: set ft=lua expandtab tabstop=4 shiftwidth=4: