From 93026316a5b9847136196a99b68d38c735347e08 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 19 May 2021 22:00:59 -0500 Subject: Further configure eww/web browsing --- init.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 06caede..6e9c29e 100644 --- a/init.el +++ b/init.el @@ -277,6 +277,8 @@ (setq mode-line-format '(:eval simple-modeline--mode-line))))) (setup eww + (:option eww-search-prefix "https://duckduckgo.com/html?q=" + url-privacy-level '(email agent cookies lastloc)) (:hook acdw/reading-mode)) (setup files @@ -565,7 +567,8 @@ shr-max-width fill-column shr-max-image-proportion 0.6 shr-image-animate t - shr-discard-aria-hidden t)) + shr-discard-aria-hidden t + shr-folding-mode t)) (setup text (:hook turn-on-auto-fill @@ -663,6 +666,9 @@ (autoload 'dired-async-mode "dired-async.el" nil t) (dired-async-mode +1)) +(setup (:straight ace-link) + (ace-link-setup-default)) + (setup (:straight avy) (:global "C-:" avy-goto-char "C-'" avy-goto-char-timer -- cgit 1.4.1-21-gabe81