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)))
|
(let ((path (match-string 3)))
|
||||||
(save-match-data
|
(save-match-data
|
||||||
(format "|\\1|\\2|%s:\\4|[[\\3::\\4][Link]]|"
|
(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)
|
(* digit)
|
||||||
"/llvm_cgt/llvm-project/"
|
"/llvm_cgt/llvm-project/"
|
||||||
(group
|
(group
|
||||||
(+ nonl))))
|
(+ nonl))))
|
||||||
path)
|
path)
|
||||||
(format "$LLVM_PROJECT/%s" (match-string 1 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)
|
(* digit)
|
||||||
"/"
|
"/"
|
||||||
(group
|
(group
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue