File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/day8/re_frame_10x/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
[day8.re-frame-10x.tools.reader.edn :as reader.edn]
26
26
[day8.re-frame-10x.panels.settings.subs :as settings.subs]))
27
27
28
- (def default -config @devtools.prefs /default -config )
28
+ (def initial -config @devtools.prefs /initial -config )
29
29
30
30
(defn base-config
31
31
[]
64
64
; ; TODO: If we expose ambiance and/or syntax color scheme as settings will need to fix this, maybe by recalculating
65
65
; ; at the time the setting is changed/loaded.
66
66
(def custom-config
67
- (merge default -config (base-config ) #_bright-ambiance-config))
67
+ (merge initial -config (base-config ) #_bright-ambiance-config))
68
68
69
69
(defn header [value config & [{:keys [render-paths?]}]]
70
70
(with-cljs-devtools-prefs
You can’t perform that action at this time.
0 commit comments