global-config.edn 523 B

123456789101112
  1. ;; This global config file applies a configuration to all graphs. Any config
  2. ;; keys from a graph's logseq/config.edn can used here. A graph's
  3. ;; logseq/config.edn overrides config keys in this file except for maps which
  4. ;; are merged. 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. {}