diff options
-rw-r--r-- | email.org | 4 | ||||
-rw-r--r-- | eww.org | 4 | ||||
-rw-r--r-- | init.org | 3 |
3 files changed, 4 insertions, 7 deletions
@@ -247,8 +247,8 @@ (mm-shr handle)))))) (defun jao-shr-html-renderer (handle) - (let ((shr-use-fonts nil) - (shr-use-colors nil) + (let (;; (shr-use-fonts t) + ;; (shr-use-colors t) (fill-column 120)) (mm-shr handle))) @@ -115,8 +115,8 @@ #+begin_src emacs-lisp (use-package shr :custom ((shr-width nil) - (shr-use-colors nil) - (shr-use-fonts nil) + (shr-use-colors t) + (shr-use-fonts t) (shr-max-width 130) (shr-blocked-images nil) (shr-inhibit-images t) @@ -1458,9 +1458,6 @@ #+END_SRC *** Web browsers #+begin_src emacs-lisp - (setq shr-use-fonts nil - shr-use-colors nil) - (defun jao-www--buffer-p (b) (with-current-buffer b (or (derived-mode-p 'w3m-mode 'eww-mode) |