9 lines
280 B
VimL
9 lines
280 B
VimL
|
" -----------------------------------------------------------------------------
|
||
|
" - Ledger file plugin -
|
||
|
" -----------------------------------------------------------------------------
|
||
|
|
||
|
augroup ledgerconf
|
||
|
autocmd!
|
||
|
autocmd BufWritePre *.journal LedgerAlignBuffer
|
||
|
augroup END
|