Skip to content

Commit

Permalink
README: add needed newline after .. code::
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Aug 7, 2017
1 parent 090b511 commit 19f29d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ You might want to symlink `.venv/bin/afew` somewhere inside your path
(~/bin/ in this case):

.. code:: bash
$ ln -snr .venv/bin/afew ~/.bin/afew
Expand Down Expand Up @@ -190,6 +191,7 @@ To do this automatically you can add the following hook into your
``~/.offlineimaprc``:

.. code:: ini
postsynchook = ionice -c 3 chrt --idle 0 /bin/sh -c "notmuch new && afew --tag --new"
Expand Down

0 comments on commit 19f29d9

Please sign in to comment.