From ec322b439108ffb69ee0010944d4eb502c9f13d5 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Wed, 20 Sep 2017 09:06:03 +0200 Subject: Add screenshot for justify-kp --- README.rst | 5 +++++ img/justify-kp.png | Bin 0 -> 128649 bytes 2 files changed, 5 insertions(+) create mode 100644 img/justify-kp.png diff --git a/README.rst b/README.rst index 08e3f74..982bd29 100644 --- a/README.rst +++ b/README.rst @@ -108,6 +108,7 @@ Here's an advanced example of text justification with the `justify-kp .. code:: elisp + (require 'justify-kp) (setq nov-text-width most-positive-fixnum) (defun my-nov-window-configuration-change-hook () @@ -135,6 +136,10 @@ Here's an advanced example of text justification with the `justify-kp (add-hook 'nov-post-html-render-hook 'my-nov-post-html-render-hook) +This customization yields the following look: + +.. image:: https://raw.github.com/wasamasa/nov.el/master/img/justify-kp.png + Usage ----- diff --git a/img/justify-kp.png b/img/justify-kp.png new file mode 100644 index 0000000..21d5952 Binary files /dev/null and b/img/justify-kp.png differ -- cgit v1.2.3