diff --git a/lib/config.py b/lib/config.py index 9bd91f3..4b51460 100644 --- a/lib/config.py +++ b/lib/config.py @@ -85,6 +85,7 @@ _CONFIG = { "cheat.sheets dir", "learnxiny", "rfc", + "oeis", ], "adapters.mandatory": [ "search", @@ -114,6 +115,7 @@ _CONFIG = { ("^$", "search"), ("^[^/]*/rosetta(/|$)", "rosetta"), ("^rfc/", "rfc"), + ("^oeis/", "oeis"), ("^:", "internal"), ("/:list$", "internal"), ("/$", "cheat.sheets dir"),