diff options
author | jao <jao@gnu.org> | 2021-03-29 18:53:50 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-29 18:53:59 +0100 |
commit | d49c82d6ceb8765521f86435a7c046452de75f9c (patch) | |
tree | b4638c6fb44e270d0e48b47e36df4a9295946fde | |
parent | 0cdf926250216c36d399ea8766838a55df885407 (diff) | |
download | elibs-d49c82d6ceb8765521f86435a7c046452de75f9c.tar.gz elibs-d49c82d6ceb8765521f86435a7c046452de75f9c.tar.bz2 |
no header line in eww
-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) |