Fix ledger auto align on save

Fixed to apply to all ledger files and not only journal files
pull/2/head
Ensar Sarajčić 2021-10-15 14:20:25 +02:00
parent 2c68186bd0
commit 6201094403
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
augroup ledgerconf
autocmd!
autocmd BufWritePre *.journal LedgerAlignBuffer
autocmd BufWritePre <buffer> LedgerAlignBuffer
augroup END