mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
Merge configs and create global config file if not present
- Cleanup repo and global config with system components - test merging - fix edge cases
This commit is contained in:
@@ -595,10 +595,8 @@
|
||||
|
||||
(state/set-state! :plugin/indicator-text "LOADING")
|
||||
|
||||
(->
|
||||
(p/let [root (get-ls-dotdir-root)
|
||||
_ (.setupPluginCore js/LSPlugin (bean/->js {:localUserConfigRoot root :dotConfigRoot root}))
|
||||
_ (state/set-state! :config/root-dir root)
|
||||
(-> (p/let [root (get-ls-dotdir-root)
|
||||
_ (.setupPluginCore js/LSPlugin (bean/->js {:localUserConfigRoot root :dotConfigRoot root}))
|
||||
|
||||
clear-commands! (fn [pid]
|
||||
;; commands
|
||||
|
||||
Reference in New Issue
Block a user