Add kile as default editor for .tex

This commit is contained in:
Vili Sinervä 2024-09-07 11:11:46 +03:00
parent 413045c20b
commit fcdb9e3dbb
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -91,6 +91,7 @@ in
xdg.mime.defaultApplications = {
"application/pdf" = "org.gnome.Evince.desktop";
"text/plain" = "org.xfce.mousepad.desktop";
"text/x-tex" = "org.kde.kile.desktop";
"inode/directory" = "pcmanfm.description";
};