summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-26 22:49:25 -0600
committerCase Duckworth2021-12-26 22:49:41 -0600
commitd7a6880805833d8b07caf4daa2b65b8abfe9f67b (patch)
tree7bdc84d39a44f452401d4aed513b9de93f6a52ac /init.el
parentAdd keybinding for `visible-mode' (diff)
downloademacs-d7a6880805833d8b07caf4daa2b65b8abfe9f67b.tar.gz
emacs-d7a6880805833d8b07caf4daa2b65b8abfe9f67b.zip
Add +eww and further customize eww
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/init.el b/init.el index ab08e10..ddb755c 100644 --- a/init.el +++ b/init.el
@@ -236,7 +236,16 @@
236 (setenv "PAGER" "cat"))) 236 (setenv "PAGER" "cat")))
237 237
238(setup eww 238(setup eww
239 (:hook 'reading-mode)) 239 (:also-load +eww)
240 (:option eww-search-prefix "https://duckduckgo.com/html?q="
241 url-privacy-level '(email agent cookies lastloc))
242 (add-hook 'eww-after-render-hook 'reading-mode)
243 (:hook '+eww-bookmark-setup
244 '+eww-track-readable-mode)
245 (:bind "b" 'bookmark-set
246 "B" 'bookmark-jump
247 "M-n" nil
248 "M-p" nil))
240 249
241(setup ibuffer 250(setup ibuffer
242 (:also-load ibuf-ext) 251 (:also-load ibuf-ext)