global-config.edn 446 B

123456789101112
  1. ;; This global config file is used by all graphs.
  2. ;; Your graph's logseq/config.edn overrides config keys in this file
  3. ;; except for maps which are merged.
  4. ;; As an example of merging, the following global and local configs:
  5. ;; {:shortcuts {:ui/toggle-theme "t z"}}
  6. ;; {:shortcuts {:ui/toggle-brackets "t b"}}
  7. ;;
  8. ;; would result in the final config:
  9. ;; {:shortcuts {:ui/toggle-theme "t z"
  10. ;; :ui/toggle-brackets "t b"}}
  11. {}