aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2024-07-12 23:55:34 +0000
committerKumar Damani <me@kumardamani.net>2024-07-12 23:55:34 +0000
commit950b88b493509bbf523aea25b35663fe8f568071 (patch)
tree786adeed2eb3d4f16eae2f8948eeae13c990f770 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cd7139c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+vim/nvim auto-generate latex build:
+```
+:au BufWritePost KumarDamaniCV.tex :silent !xelatex KumarDamaniCV.tex
+```