Further configure eww/web browsing

This commit is contained in:
Case Duckworth 2021-05-19 22:00:59 -05:00
parent 53decaf035
commit 93026316a5
1 changed files with 7 additions and 1 deletions

View File

@ -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