summaryrefslogtreecommitdiff
path: root/modules/eww-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/eww-config.el')
-rw-r--r--modules/eww-config.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/eww-config.el b/modules/eww-config.el
index f0ee51a6..3476d068 100644
--- a/modules/eww-config.el
+++ b/modules/eww-config.el
@@ -17,12 +17,13 @@
("i" . eww-toggle-images)
("o" . eww-open-in-new-buffer))
:config
- (setq shr-use-colors nil) ;; respect colors in the html
- (setq shr-bullet "• ") ;; unordered lists use bullet glyph
+ (setq shr-use-colors nil) ;; respect colors in the html
+ (setq shr-bullet "• ") ;; unordered lists use bullet glyph
(setq shr-folding-mode t)
- (setq eww-search-prefix "https://duckduckgo.com/html?q=") ;; use Duck Duck Go as search engine
+ (setq eww-search-prefix "http://frogfind.com/?q=") ;; use Frog Find as search engine
+ ;; (setq eww-search-prefix "https://duckduckgo.com/html?q=") ;; use Duck Duck Go as search engine
(setq url-cookie-file "~/.local/share/cookies.txt")
- (setq url-privacy-level '(email agent lastloc))) ;; don't send any info listed here
+ (setq url-privacy-level '(email agent lastloc))) ;; don't send any info listed here
(provide 'eww-config)
;;; eww-config.el ends here