diff options
-rw-r--r-- | .exrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set tw=80 " Auto-compile the site -nnoremap M :make<CR><CR> +nnoremap M :w<CR>:make<CR><CR> " Macro to wrap abbreviations in ‘m4_abbr(…)’ let @a = 'wbim4_abbr(ea)' |