diff options
-rw-r--r-- | init.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/init.el b/init.el index 06caede..6e9c29e 100644 --- a/init.el +++ b/init.el | |||
@@ -277,6 +277,8 @@ | |||
277 | (setq mode-line-format '(:eval simple-modeline--mode-line))))) | 277 | (setq mode-line-format '(:eval simple-modeline--mode-line))))) |
278 | 278 | ||
279 | (setup eww | 279 | (setup eww |
280 | (:option eww-search-prefix "https://duckduckgo.com/html?q=" | ||
281 | url-privacy-level '(email agent cookies lastloc)) | ||
280 | (:hook acdw/reading-mode)) | 282 | (:hook acdw/reading-mode)) |
281 | 283 | ||
282 | (setup files | 284 | (setup files |
@@ -565,7 +567,8 @@ | |||
565 | shr-max-width fill-column | 567 | shr-max-width fill-column |
566 | shr-max-image-proportion 0.6 | 568 | shr-max-image-proportion 0.6 |
567 | shr-image-animate t | 569 | shr-image-animate t |
568 | shr-discard-aria-hidden t)) | 570 | shr-discard-aria-hidden t |
571 | shr-folding-mode t)) | ||
569 | 572 | ||
570 | (setup text | 573 | (setup text |
571 | (:hook turn-on-auto-fill | 574 | (:hook turn-on-auto-fill |
@@ -663,6 +666,9 @@ | |||
663 | (autoload 'dired-async-mode "dired-async.el" nil t) | 666 | (autoload 'dired-async-mode "dired-async.el" nil t) |
664 | (dired-async-mode +1)) | 667 | (dired-async-mode +1)) |
665 | 668 | ||
669 | (setup (:straight ace-link) | ||
670 | (ace-link-setup-default)) | ||
671 | |||
666 | (setup (:straight avy) | 672 | (setup (:straight avy) |
667 | (:global "C-:" avy-goto-char | 673 | (:global "C-:" avy-goto-char |
668 | "C-'" avy-goto-char-timer | 674 | "C-'" avy-goto-char-timer |