diff options
Diffstat (limited to 'xo')
-rwxr-xr-x | xo | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ declare -A handler # when a major MIME type won't correctly identify all filetypes. # openoffice.org documents are an example of this. doc=soffice -image="sxiv -Z" +#image="sxiv -Z" +image=viewnior video=mplayer default=${EDITOR:-vi} # Fallback -- should be a text editor |