Merge remote-tracking branch 'upstream/master' into whiteboards

This commit is contained in:
Peng Xiao
2022-09-14 00:26:16 +08:00
47 changed files with 1672 additions and 1927 deletions

View File

@@ -1327,12 +1327,12 @@ Similar to re-frame subscriptions"
(defn set-config!
[repo-url value]
(set-state! [:config repo-url] value))
(when value (set-state! [:config repo-url] value)))
(defn set-global-config!
[value]
;; Placed under :config so cursors can work seamlessly
(set-config! ::global-config value))
(when value (set-config! ::global-config value)))
(defn get-wide-mode?
[]