aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 527833d..5af1950 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -324,7 +324,7 @@ augroup END
" Ledger {{{
augroup ft_ledger
au!
- inoremap <silent><buffer> <Leader>e <Esc>:call ledger#entry()<CR>
+ au FileType ledger inoremap <silent><buffer> <Leader>e <Esc>:call ledger#entry()<CR>
augroup END
" }}}
" }}}