1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2025-02-22 14:19:53 -06:00
dotfiles/logseq/config/config.edn

13 lines
446 B
Clojure
Raw Normal View History

2023-01-26 22:45:42 -06:00
;; This global config file is used by all graphs.
;; Your graph's logseq/config.edn overrides config keys in this file
;; except for maps which are merged.
;; As an example of merging, the following global and local configs:
;; {:shortcuts {:ui/toggle-theme "t z"}}
;; {:shortcuts {:ui/toggle-brackets "t b"}}
;;
;; would result in the final config:
;; {:shortcuts {:ui/toggle-theme "t z"
;; :ui/toggle-brackets "t b"}}
{}