diff options
author | jao <jao@gnu.org> | 2022-08-09 20:18:22 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-09 20:18:22 +0100 |
commit | 4b5144d732d5f8db6d832296a4b835d7c84003b6 (patch) | |
tree | 91bb2d9636613416e1d457c669f5fc7f0a48440a /custom | |
parent | 0c0e302be5b72a90bb9fcbd42f012f68dd09459c (diff) | |
download | elibs-4b5144d732d5f8db6d832296a4b835d7c84003b6.tar.gz elibs-4b5144d732d5f8db6d832296a4b835d7c84003b6.tar.bz2 |
w3m tweaks
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-w3m.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/custom/jao-custom-w3m.el b/custom/jao-custom-w3m.el index fb0e89f..4d1d621 100644 --- a/custom/jao-custom-w3m.el +++ b/custom/jao-custom-w3m.el @@ -118,7 +118,8 @@ ".bookshop.org" ".reddit.com") w3m-cookie-reject-domains '(".") - w3m-default-save-directory "~/var/download" + w3m-default-display-inline-images nil + w3m-default-save-directory "~/doc/sink" w3m-do-cleanup-temp-files nil w3m-external-view-temp-directory "/tmp" w3m-fill-column 110 @@ -126,6 +127,7 @@ w3m-form-input-textarea-buffer-lines 40 w3m-history-minimize-in-new-session t w3m-history-reuse-history-elements nil + w3m-init-file nil w3m-image-no-idle-timer t w3m-make-new-session t w3m-profile-directory "~/.w3m" @@ -139,6 +141,7 @@ w3m-session-load-crashed-sessions 'ask w3m-show-graphic-icons-in-header-line nil w3m-show-graphic-icons-in-mode-line nil + w3m-toggle-inline-images-permanently nil w3m-use-tab nil w3m-use-tab-line nil w3m-use-title-buffer-name t |