diff options
| author | Craig Jennings <craigmartinjennings@gmail.com> | 2024-04-11 17:29:10 -0500 |
|---|---|---|
| committer | Craig Jennings <craigmartinjennings@gmail.com> | 2024-04-11 17:29:10 -0500 |
| commit | 43e1f37c02f216a36312876d56a8f313aabcf07a (patch) | |
| tree | ea694f58737db225b5ac75beacb50a5d01515ad4 /modules/eww-config.el | |
| parent | 84c0963ec2096148932ec4ce8529a029cf930121 (diff) | |
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
Diffstat (limited to 'modules/eww-config.el')
| -rw-r--r-- | modules/eww-config.el | 9 |
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 |
