aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vimrc b/vimrc
index a193569..3e7e2b9 100644
--- a/vimrc
+++ b/vimrc
@@ -330,6 +330,10 @@
" 2015.08.12:
" * Add <leader>gp mapping to open the git log for the current file
"
+" 2015.08.16:
+" * Remove `g:loaded_auditory` setting because Auditory sounds are off
+" by default starting with v0.1.0.
+"
" Pathogen
@@ -523,10 +527,6 @@ nnoremap <leader>fv :Vexplore<cr>
nnoremap <leader>fr :Rexplore<cr>
-" Auditory
-let g:loaded_auditory = 1
-
-
" Source matchit for expanded % matching
runtime! macros/matchit.vim