diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-29 18:25:08 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-29 18:25:08 +0200 |
commit | e61f1e124f052e2317385b48f0b474175f685378 (patch) | |
tree | a62b3d26ba740a4e036ca809a3e125c0e594043e /components/config.ts | |
parent | 22f6ecfc21b3899a832e1c24b8c40f41f09e9d25 (diff) |
emacsnode for mlord
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index 9c49068..d538941 100644 --- a/components/config.ts +++ b/components/config.ts @@ -89,6 +89,7 @@ export const initialVisuals = { nodeHighlight: '', linkHighlight: '', backgroundColor: 'white', + emacsNodeColor: '', } export const initialBehavior = { |