author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 14 Oct 2015 14:17:16 +0300 | |
changeset 1296 | 9750529d15df |
parent 1295 | c43104a5ff4a |
child 1297 | b638d2b23ec9 |
--- a/.emacs-my Tue Oct 13 14:56:53 2015 +0300 +++ b/.emacs-my Wed Oct 14 14:17:16 2015 +0300 @@ -1824,6 +1824,11 @@ (setq mm-discouraged-alternatives '("text/html" "text/richtext")) (setq mm-text-html-renderer 'w3m) +(cl-eval-when 'compile + (condition-case err + (require 'w3m-util) + (error (byte-compile-warn "FAIL: %S" err)))) + (defun my-w3m-view-url () (interactive) (browse-url (w3m-anchor)))