.emacs-my
changeset 1296 9750529d15df
parent 1293 064ea72c81c9
child 1298 f25b62528baa
--- 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)))