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

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

diff --git a/README.md b/README.md
index fe4bad676a..ecd7168e15 100644
--- a/README.md
+++ b/README.md
@@ -256,3 +256,5 @@ This will apply all listed `c2l` settings to all CSV files 
in the directory in c
 If you prefer to keep your `csv2ledger` configuration in your init file, you 
can use the functions `dir-locals-set-directory-class` and 
`dir-locals-set-class-variables` to set up directory-local variables for 
specific directories. The Info node mentioned above explains how to do this.
 
 One (small) disadvantage of this approach is that some of the customisation 
options are considered unsafe or risky by Emacs, so when you open a CSV file, 
Emacs will ask you if you want to apply them. If you tell Emacs to apply them 
and set them as safe for future use, you'll only see that question once for a 
directory, however.
+
+Keep in mind that if you set an option in your init file, it will be used in 
every CSV file you open, unless you override that setting in a `.dir-locals.el` 
file. This means that if you have settings that you want to apply to all CSV 
files, you can set them in your init file, instead of having to repeat the 
option in every `.dir-locals.el` file you create.

Reply via email to