aboutsummaryrefslogtreecommitdiffhomepage
path: root/.exrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-02 19:11:13 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-02 19:11:13 +0200
commitc557d03352a990cce73216e23c9c50da17ac8d8a (patch)
tree79fa72e7b3c2b0e1c3aa7812ce03e46e90e40274 /.exrc
parent4d3826c3686e2fdf9e2540bd27584f80a17eece2 (diff)
Add extwiki to extract Wikipedia links
Diffstat (limited to '.exrc')
-rw-r--r--.exrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.exrc b/.exrc
index 1e2a6c5..f03bb8c 100644
--- a/.exrc
+++ b/.exrc
@@ -6,6 +6,8 @@ endfunction
autocmd BufNewFile,BufRead */cmd/extpo/*
\ setlocal makeprg=go\ build\ ./cmd/extpo
+autocmd BufNewFile,BufRead */cmd/extwiki/*
+ \ setlocal makeprg=go\ build\ ./cmd/extwiki
autocmd FileType go autocmd BufWritePre <buffer>
\ call s:SaveExcursion('gofmt -s')