aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-web.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-web.el')
-rw-r--r--emacs/.emacs.d/init/ycp-web.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el
index bd6ca93..a81c2b0 100644
--- a/emacs/.emacs.d/init/ycp-web.el
+++ b/emacs/.emacs.d/init/ycp-web.el
@@ -189,4 +189,17 @@
(:delay 60)
(my-setq-from-local my-scihub-host))
+(my-package w3m
+ (:delay 60)
+ (my-keybind w3m-mode-map
+ "o" #'w3m-browse-url
+ "n" #'scroll-up-line
+ "p" #'scroll-down-line
+ "w" #'w3m-print-this-url
+ "l" #'w3m-view-previous-page
+ "r" #'w3m-view-next-page
+ "g" #'w3m-reload-this-page
+ )
+ (require 'w3m-load))
+
(provide 'ycp-web)