equal
deleted
inserted
replaced
2172 ;; (setq mm-discouraged-alternatives '("text/html" "text/richtext")) |
2172 ;; (setq mm-discouraged-alternatives '("text/html" "text/richtext")) |
2173 ;; I manage to open link in external browser and fix navigation command so pretty ok with HTML parts. |
2173 ;; I manage to open link in external browser and fix navigation command so pretty ok with HTML parts. |
2174 (setq mm-discouraged-alternatives '("text/richtext")) |
2174 (setq mm-discouraged-alternatives '("text/richtext")) |
2175 (setq gnus-buttonized-mime-types '("text/html")) |
2175 (setq gnus-buttonized-mime-types '("text/html")) |
2176 |
2176 |
2177 (setq mm-text-html-renderer 'w3m) |
2177 (setq mm-text-html-renderer 'shr) |
2178 |
2178 |
2179 (eval-when-compile |
2179 (eval-when-compile |
2180 (ignore-errors |
2180 (ignore-errors |
2181 ;; w3m-anchor is macros in newer Emacs, need definition during byte-compilation. |
2181 ;; w3m-anchor is macros in newer Emacs, need definition during byte-compilation. |
2182 (require 'w3m-util))) |
2182 (require 'w3m-util))) |