summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-02 13:36:35 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-02 13:47:29 +0200
commit6ad7613c7c40f0d119412caf474b1549ff3a0106 (patch)
treebf6d34b6093a77e6bddb2aa7379e70c2bb21e5ea
parenta7f766f667309ff539855646bc3cfc6e217523f7 (diff)
Add an exrc
-rw-r--r--.exrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.exrc b/.exrc
new file mode 100644
index 0000000..b97aefa
--- /dev/null
+++ b/.exrc
@@ -0,0 +1,8 @@
+" Autowrap lines
+set tw=80
+
+" Auto-compile the site
+nnoremap M :make<CR><CR>
+
+" Macro to wrap abbreviations in ‘m4_abbr(…)’
+let @a = 'wbim4_abbr(ea)'