branch: elpa/csv2ledger
commit 7a3c55377e060de9f78f84782b250b4251e4d99e
Author: Joost Kremers <joostkrem...@fastmail.com>
Commit: Joost Kremers <joostkrem...@fastmail.com>

    Small update to the README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ecd7168e15..1ec335fd74 100644
--- a/README.md
+++ b/README.md
@@ -240,7 +240,7 @@ The function `c2l-compose-entry` requires that at least the 
`date`, `title`, `am
 
 If you have to deal with more than one bank, most likely the CSV files from 
those banks will be different and require different settings for the options 
discussed here. You can deal with this using directory-local variables.
 
-How to set up directory-local variables is discussed in the Emacs manual (see 
the Info node `(emacs) Directory Variables`). As an example, you can create a 
`.dir-locals.el` file with the following content:
+How to set up directory-local variables is discussed in the Emacs manual (see 
the Info node `(emacs) Directory Variables`). As an example, a `.dir-locals.el` 
file with settings for `csv2ledger` would look something like the following:
 
 ```
 ((csv-mode . ((c2l-accounts-file . "~/Finances/Accounts.ledger")

Reply via email to