summaryrefslogtreecommitdiffhomepage
path: root/eww.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-16 13:30:13 +0100
committerjao <jao@gnu.org>2021-04-16 13:30:13 +0100
commitd5f29d2f3aaa513f861143c91a613289a90647f4 (patch)
tree4cd8c191c075e8d0aa02db7c9bc4d414f52528ff /eww.org
parent03c1811c944dd5623399014106b50e6e9670abf3 (diff)
downloadelibs-d5f29d2f3aaa513f861143c91a613289a90647f4.tar.gz
elibs-d5f29d2f3aaa513f861143c91a613289a90647f4.tar.bz2
whitespace
Diffstat (limited to 'eww.org')
-rw-r--r--eww.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/eww.org b/eww.org
index 89d6ed3..ee3096f 100644
--- a/eww.org
+++ b/eww.org
@@ -23,10 +23,10 @@
* Email
#+begin_src emacs-lisp
(defun jao-eww-html-renderer (handle)
- (let ((shr-use-colors nil)
- (shr-use-fonts nil)
- (fill-column (min (window-width) 110)))
- (mm-shr handle)))
+ (let ((shr-use-colors nil)
+ (shr-use-fonts nil)
+ (fill-column (min (window-width) 110)))
+ (mm-shr handle)))
(setq mm-text-html-renderer 'jao-eww-html-renderer)
#+end_src
* Buffer names