diff --git a/.config/wezterm/wezterm.fnl b/.config/wezterm/wezterm.fnl index 2e41bcc..ce86058 100644 --- a/.config/wezterm/wezterm.fnl +++ b/.config/wezterm/wezterm.fnl @@ -1,7 +1,6 @@ -(local wezterm (require "wezterm")) +(local wezterm (require :wezterm)) (local config (wezterm.config_builder)) -; (tset config :color_scheme "Apprentice (base16)") (tset config :color_scheme "Ashes (base16)") (tset config :enable_tab_bar false) @@ -10,3 +9,4 @@ (tset config :font_size 13) config +