diff options
Diffstat (limited to '')
| -rw-r--r-- | home/zaread.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/home/zaread.nix b/home/zaread.nix index 487740a..255624e 100644 --- a/home/zaread.nix +++ b/home/zaread.nix @@ -129,20 +129,6 @@ let ;; esac ;; - "text/plain" | \ - "text/x-c" | \ - "text/x-objective-c" | \ - "text/x-script.python" ) - case "$file" in - *.md) - # If the file is a markdown we convert it using $MD_CMD. - file_converter="$MD_CMD" - ;; - *.typ) - file_converter="$TYPST_CMD" - ;; - esac - ;; esac fi @@ -249,9 +235,7 @@ in "application/vnd.oasis.opendocument.spreadsheet" "application/vnd.oasis.opendocument.presentation" "text/rtf" - "text/csv" "application/x-mobipocket-ebook" - "text/plain" ]; }; } |
