summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/init.js
diff options
context:
space:
mode:
Diffstat (limited to '.conkerorrc/init.js')
-rw-r--r--.conkerorrc/init.js9
1 files changed, 1 insertions, 8 deletions
diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js
index 1d1387c..3cef6cf 100644
--- a/.conkerorrc/init.js
+++ b/.conkerorrc/init.js
@@ -2,7 +2,6 @@ require("content-policy.js");
require("favicon");
load_paths.push("file:///usr/local/clark/share/conkeror/modules/");
-theme_load_paths.push("/home/slash/.conkerorrc/themes/");
require("clark");
@@ -148,11 +147,10 @@ define_webjump("chickadee",
// content_policy_bytype_table.object = oni_block_flash;
cwd = make_file("/home/slash/downloads/");
-hint_digits = "arstdhneio";
+hint_digits = "asdfghjkl;";
read_buffer_show_icons = true;
title_format_fn = ext_title_format;
url_remoting_fn = load_url_in_new_buffer;
-markam_program = "/home/slash/projects/markam/src/markam";
define_key(content_buffer_normal_keymap, "C-x C-b", "switch-to-buffer");
define_key(content_buffer_normal_keymap, "C-y", "paste-url-new-buffer");
@@ -171,7 +169,6 @@ add_hook("mode_line_hook", mode_line_adder(downloads_status_widget));
remove_hook("download_added_hook", open_download_buffer_automatically);
hints_minibuffer_annotation_mode(true);
-theme_load("yoshi");
external_content_handlers.set("application/pdf", "zathura");
external_content_handlers.set("application/vnd.ms-excel", "libreoffice");
@@ -305,7 +302,3 @@ register_user_stylesheet(
"}"
)
);
-
-oni_add_sheet("github.css");
-oni_add_sheet("help.css");
-oni_add_sheet("git-scm.css");