mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
Merge remote-tracking branch 'upstream/master' into whiteboards
This commit is contained in:
@@ -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?
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user