summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-20 14:42:47 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-20 14:42:47 -0400
commit2c0c119aed0fd6219027a2ec9bd0c5c13ebc7bbb (patch)
treeec6612eb9597c9aa450b8577d03e6441f974ca6e /config
parent74fd9b0f8e91b01466b75e16f68f13033b38f7f5 (diff)
add support for mimetypes config
Diffstat (limited to 'config')
-rw-r--r--config/joshuto.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index 3ef7e3b..888ab7c 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -2,3 +2,5 @@ show_hidden = true
# sort_method options: size, natural, basename, atime, ctime, mtime, type, random
sort_method = "natural"
+[mimetypes]
+"text/plain" = "nano"