summaryrefslogtreecommitdiff
path: root/util/variablesContext.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2022-07-13 13:23:57 +0200
committerGitHub <[email protected]>2022-07-13 13:23:57 +0200
commit46f8c23da389b6777169248ed3e33f55e3dcbece (patch)
tree34abd3ac10a1112baaea318cf5e38eabe33acb0a /util/variablesContext.tsx
parent9474a254390b1e42488a1801fed5826b32a8030b (diff)
parent11111bb49889feb1b00e6814d9d81e3e23409d7c (diff)
Merge pull request #247 from danhuynhdev/main
Diffstat (limited to 'util/variablesContext.tsx')
-rw-r--r--util/variablesContext.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/variablesContext.tsx b/util/variablesContext.tsx
index 5fd34b8..f6d2356 100644
--- a/util/variablesContext.tsx
+++ b/util/variablesContext.tsx
@@ -6,6 +6,7 @@ type Theme = [name: string, themeObject: { [color: string]: string }]
const VariablesContext = createContext<EmacsVariables>({
subDirs: ['dailies', '.attach'],
attachDir: '.attach',
+ useInheritance: false,
roamDir: '~/org',
dailyDir: 'dailies',
})