From 11111bb49889feb1b00e6814d9d81e3e23409d7c Mon Sep 17 00:00:00 2001 From: Huynh Tan Date: Thu, 30 Jun 2022 15:52:03 +0700 Subject: Read useInheritance from emacs config --- util/variablesContext.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'util/variablesContext.tsx') 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({ subDirs: ['dailies', '.attach'], attachDir: '.attach', + useInheritance: false, roamDir: '~/org', dailyDir: 'dailies', }) -- cgit v1.2.3