From 43e1f37c02f216a36312876d56a8f313aabcf07a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 11 Apr 2024 17:29:10 -0500 Subject: additional bug fixing - stray cj/bookmark-set-and-save references replaced with bookmark-set - added warning level for errors - added an alternate elpa-mirrors location (git repos shouldn't be added inside a git repo) - added default font size to "Berkeley Only" and the default in fontaine - updated eww to search using frog find for readability - fixed typo on comments in user-constants - moved easy hugo configuration higher for easier accessibility - move "insert around" function to custom functions --- modules/eww-config.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'modules/eww-config.el') 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 -- cgit v1.2.3