chore(joshuto): set prefs for text/tex

Amolith created

Change summary

dot_config/joshuto/mimetype.toml | 4 ----
1 file changed, 4 deletions(-)

Detailed changes

dot_config/joshuto/mimetype.toml 🔗

@@ -32,8 +32,6 @@ video_default = [
 ]
 
 text_default = [
-  { command = "micro" },
-  { command = "gedit", fork = true, silent = true },
   { command = "bat", args = [
     "--paging=always",
   ] },
@@ -223,8 +221,6 @@ kra.app_list = [{ command = "krita", fork = true, silent = true }]
 kdenlive.app_list = [{ command = "kdenlive", fork = true, silent = true }]
 
 tex.app_list = [
-  { command = "micro" },
-  { command = "gedit", fork = true, silent = true },
   { command = "bat", pager = true },
   { command = "pdflatex" },
 ]