From 29b4cdfa751ab06281ca07f1aa9bd17e5127c74e Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 19 Nov 2021 13:45:48 +0100 Subject: change monospace blocks so they may be correctly parsed by github --- README.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index b4a7e82..79b0250 100644 --- a/README.org +++ b/README.org @@ -27,19 +27,19 @@ The following commands are available. | Command | Shortcut | Description | |---------------------------------+----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| ~bibli-paris/mode~ | ~,mb~ | Enable the shortcuts described in this table. | -| ~bibli-paris/import-from-csv~ | ~,mi~ | Import entries from the CSV file downloaded on https://bibliotheques.paris.fr/. The first argument is the path to the CSV file, and the second and third (optional) arguments are the tags and state to set the imported entries to. | -| ~bibli-paris/sort~ | ~,ms~ | Sort the entries by their quotes. | -| ~bibli-paris/update-entry~ | ~,mu~ | Asynchronously update the availability status and quote of the entry at point. | -| ~bibli-paris/update-entries~ | ~,mU~ | Asynchronously update all the availabity status and quotes of all entries in parallel. | -| ~bibli-paris/archive-all-read~ | ~,mA~ | Archive all entries in the ~DONE~ state. | -| ~bibli-paris/number-of-entries~ | ~,m?~ | Display the number of entries in the current buffer. | +| ~bibli-paris/mode~ | ~SPC mb~ | Enable the shortcuts described in this table. | +| ~bibli-paris/import-from-csv~ | ~SPC mi~ | Import entries from the CSV file downloaded on https://bibliotheques.paris.fr/. The first argument is the path to the CSV file, and the second and third (optional) arguments are the tags and state to set the imported entries to. | +| ~bibli-paris/sort~ | ~SPC ms~ | Sort the entries by their quotes. | +| ~bibli-paris/update-entry~ | ~SPC mu~ | Asynchronously update the availability status and quote of the entry at point. | +| ~bibli-paris/update-entries~ | ~SPC mU~ | Asynchronously update all the availabity status and quotes of all entries in parallel. | +| ~bibli-paris/archive-all-read~ | ~SPC mA~ | Archive all entries in the ~DONE~ state. | +| ~bibli-paris/number-of-entries~ | ~SPC m?~ | Display the number of entries in the current buffer. | * Customization The following variables may be customized. -| Variable name | Default value | Description | -|------------------------------------------+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| ~bibli-paris/default-library~ | ~"75013 - Jean-Pierre Melville"~ | The library from which to fetch updates. | -| ~bibli-paris/max-asynchronous-processes~ | ~500~ | The maximum number of asynchronous requests that should be launched in parallel. The default value was determined experimentally to be the maximum allowed by Emacs. | +| Variable name | Type | Default value | Description | +|------------------------------------------+---------+--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ~bibli-paris/default-library~ | string | ~75013 - Jean-Pierre Melville~ | The library from which to fetch updates. | +| ~bibli-paris/max-asynchronous-processes~ | integer | ~500~ | The maximum number of asynchronous requests that should be launched in parallel. The default value was determined experimentally to be the maximum allowed by Emacs. | -- cgit v1.2.3