branch: elpa/beancount commit da9073b1247b08a4a615a6183d3512eb9a58c079 Author: Akira Komamura <akira.komam...@gmail.com> Commit: Martin Blais <bl...@furius.ca>
Update readme --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 9ba0b2d51a..dbe12979e4 100644 --- a/README.org +++ b/README.org @@ -78,6 +78,13 @@ Alternatively the keybindings for =outline-minor-mode= can be globally remapped. Please refer to the =outline-minor-mode= documentation in the Emacs manual for more details. +You can enable on-the-fly checks on your ledger file using =bean-check= via +flymake: + +#+begin_src elisp + (add-hook 'beancount-mode-hook #'flymake-bean-check-enable) +#+end_src + The =etc/emacsrc= file contains some example configuration for =beancount-mode= and some experiments that may find their way into the main codebase.