diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-20 09:06:03 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-20 09:07:09 +0200 |
commit | ec322b439108ffb69ee0010944d4eb502c9f13d5 (patch) | |
tree | 9c78900b37937b9dd01cdaf3de50301930e04ad5 | |
parent | e752d2bdf78648bd881c5c32ab6707f788b7f558 (diff) |
Add screenshot for justify-kp
-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 |