diff --git a/core/internal/matugen/matugen.go b/core/internal/matugen/matugen.go index d536844d..7bb2b04c 100644 --- a/core/internal/matugen/matugen.go +++ b/core/internal/matugen/matugen.go @@ -71,7 +71,7 @@ var templateRegistry = []TemplateDef{ {ID: "kcolorscheme", ConfigFile: "kcolorscheme.toml", RunUnconditionally: true}, {ID: "vscode", Kind: TemplateKindVSCode}, {ID: "emacs", Commands: []string{"emacs"}, ConfigFile: "emacs.toml", Kind: TemplateKindEmacs}, - {ID: "zed", Commands: []string{"zed"}, ConfigFile: "zed.toml"}, + {ID: "zed", Commands: []string{"zed", "zeditor", "zedit"}, ConfigFile: "zed.toml"}, } func (c *ColorMode) GTKTheme() string {