From d7a6880805833d8b07caf4daa2b65b8abfe9f67b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 26 Dec 2021 22:49:25 -0600 Subject: Add +eww and further customize eww --- init.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index ab08e10..ddb755c 100644 --- a/init.el +++ b/init.el @@ -236,7 +236,16 @@ (setenv "PAGER" "cat"))) (setup eww - (:hook 'reading-mode)) + (:also-load +eww) + (:option eww-search-prefix "https://duckduckgo.com/html?q=" + url-privacy-level '(email agent cookies lastloc)) + (add-hook 'eww-after-render-hook 'reading-mode) + (:hook '+eww-bookmark-setup + '+eww-track-readable-mode) + (:bind "b" 'bookmark-set + "B" 'bookmark-jump + "M-n" nil + "M-p" nil)) (setup ibuffer (:also-load ibuf-ext) -- cgit 1.4.1-21-gabe81