aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2017-09-20 09:06:03 +0200
committerVasilij Schneidermann <mail@vasilij.de>2017-09-20 09:07:09 +0200
commitec322b439108ffb69ee0010944d4eb502c9f13d5 (patch)
tree9c78900b37937b9dd01cdaf3de50301930e04ad5 /README.rst
parente752d2bdf78648bd881c5c32ab6707f788b7f558 (diff)
Add screenshot for justify-kp
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
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
-----