diff options
-rw-r--r-- | README.rst | 5 | ||||
-rw-r--r-- | img/justify-kp.png | bin | 0 -> 128649 bytes |
2 files changed, 5 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..21d5952 --- /dev/null +++ b/img/justify-kp.png |