summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 9b21f7b..fdbabc3 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -79,6 +79,7 @@ export interface EmacsVariables {
dailyDir?: string
katexMacros?: { [key: string]: string }
attachDir?: string
+ useInheritance?: boolean,
subDirs: string[]
}
export type Tags = string[]
@@ -684,6 +685,7 @@ export function GraphPage() {
}}
macros={emacsVariables.katexMacros}
attachDir={emacsVariables.attachDir || ''}
+ useInheritance={emacsVariables.useInheritance || false}
nodeById={nodeByIdRef.current!}
linksByNodeId={linksByNodeIdRef.current!}
nodeByCite={nodeByCiteRef.current!}