emacs-w3m/suse-start.el
Andreas Schwab 383c387410 - Update to version 1.4.632+569+g5c965214:
* shimbun/sb-sankei.el: Somewhat improve article readability
  * shimbun/sb-sankei.el: Make login suite work again
  * * w3m-filter.el (w3m-filter-regard-srcset=-as-src=): New filter
  * * shimbun.el (shimbun-mime-replace-image-tags): Allow srcset in img
  * * sb-sankei.el (shimbun-sankei-get-headers): Update regexp
  * * sb-sankei.el (shimbun-sankei-get-headers): Fix regexp

OBS-URL: https://build.opensuse.org/package/show/M17N/emacs-w3m?expand=0&rev=19
2024-10-21 14:37:06 +00:00

9 lines
195 B
EmacsLisp

(require 'w3m-load)
(setq w3m-icon-directory "/usr/share/emacs/site-lisp/w3m")
(setq w3m-use-cookies t)
(setq w3m-display-inline-image t)
(setq w3m-use-mule-ucs t)
(setq w3m-key-binding 'info)