Conkeror: set programs for pdf, xls

To zathura and libreoffice respectively
This commit is contained in:
Tom Willemsen 2013-04-09 16:50:58 +02:00
parent 1687986cdc
commit 13b625585a

View file

@ -173,7 +173,8 @@ remove_hook("download_added_hook", open_download_buffer_automatically);
hints_minibuffer_annotation_mode(true);
theme_load("yoshi");
external_content_handlers.set("application/pdf", "xpdf");
external_content_handlers.set("application/pdf", "zathura");
external_content_handlers.set("application/vnd.ms-excel", "libreoffice");
var gh_url = "http://github.com/";
function read_url_github_ad_command_handler(input)