summaryrefslogtreecommitdiffhomepage
path: root/.exrc
diff options
context:
space:
mode:
Diffstat (limited to '.exrc')
-rw-r--r--.exrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.exrc b/.exrc
index b97aefa..e2d2318 100644
--- a/.exrc
+++ b/.exrc
@@ -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)'