branch: elpa/csv2ledger commit 97ee04eb274c99864221cdab7290c5d72604364b Author: Joost Kremers <joostkrem...@fastmail.com> Commit: Joost Kremers <joostkrem...@fastmail.com>
Fix default values of user options in the README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 053cfb2f09..801d289105 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ Several customisation options are present. The full list with a short explanatio - `c2l-base-account` (`"Assets:Checking"`) — Account of the CSV file. - `c2l-fallback-account` (`nil`) — Target account if one cannot be determined automatically. - `c2l-account-holder` (`nil`) — Name of the account holder that may appear as payee or sender. -- `c2l-csv-columns` (`'()`) — List describing the columns in the CSV file. +- `c2l-csv-columns` (`()`) — List describing the columns in the CSV file. - `c2l-transaction-modify-functions` (`'(c2l-create-title c2l-create-amount c2l-create-account)`) — Functions used to modify the transaction data. - `c2l-field-modify-functions` (`nil`) — Functions used to modify field values. -- `c2l-entry-function` (`#'c2l-compose-entry`) — Function used to create the actual ledger transaction. +- `c2l-entry-function` (`c2l-compose-entry`) — Function used to create the actual ledger transaction. - `c2l-account-matchers-file` (`nil`) — File with substrings matching specific target accounts. -- `c2l-target-match-fields` (`'(payee description)`) — Fields in the transaction used to match against target accounts. +- `c2l-target-match-fields` (`(payee description)`) — Fields in the transaction used to match against target accounts. - `c2l-auto-cleared` (`nil`) — Whether to auto-clear transactions. - `c2l-alignment-column` (`52`) — Column to which the amount is aligned.