Conkeror: set programs for pdf, xls
To zathura and libreoffice respectively
This commit is contained in:
parent
1687986cdc
commit
13b625585a
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue