mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Work repo structure changed
This commit is contained in:
parent
1335572cdc
commit
6c4253faa0
1 changed files with 2 additions and 2 deletions
|
|
@ -60,14 +60,14 @@
|
|||
(let ((path (match-string 3)))
|
||||
(save-match-data
|
||||
(format "|\\1|\\2|%s:\\4|[[\\3::\\4][Link]]|"
|
||||
(cond ((string-match (rx (and "/scratch/benson/tools"
|
||||
(cond ((string-match (rx (and "/scratch/benson/_repos-work/tools"
|
||||
(* digit)
|
||||
"/llvm_cgt/llvm-project/"
|
||||
(group
|
||||
(+ nonl))))
|
||||
path)
|
||||
(format "$LLVM_PROJECT/%s" (match-string 1 path)))
|
||||
((string-match (rx (and "/scratch/benson/tools"
|
||||
((string-match (rx (and "/scratch/benson/_repos-work/tools"
|
||||
(* digit)
|
||||
"/"
|
||||
(group
|
||||
|
|
|
|||
Loading…
Reference in a new issue