383c387410
* 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
9 lines
195 B
EmacsLisp
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)
|