diff options
-rw-r--r-- | init.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2308,8 +2308,9 @@ (use-package eww :demand t - :custom ((eww-download-directory jao-sink-dir) - (eww-browse-url-new-window-is-tab nil) + :custom ((eww-browse-url-new-window-is-tab nil) + (eww-download-directory jao-sink-dir) + (eww-header-line-format nil) (shr-width nil) (shr-use-colors nil) (shr-use-fonts nil) |