From ca3760fe468140f4274f3682376d031cc6784a4b Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 21 Jun 2025 13:32:05 -0600 Subject: [PATCH] chore(joshuto): set prefs for text/tex --- dot_config/joshuto/mimetype.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dot_config/joshuto/mimetype.toml b/dot_config/joshuto/mimetype.toml index e9b143a7aac2fd94ff6c3aa992e5b14dd130da81..f27c3136f3f8cf05933fe339f2690e31070d3113 100644 --- a/dot_config/joshuto/mimetype.toml +++ b/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" }, ]