aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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
-----