Skip to content

Commit

Permalink
Fix invalid example in default repo config as caught by Bad3r
Browse files Browse the repository at this point in the history
Also mention valid keys for global config
  • Loading branch information
logseq-cldwalker committed Feb 27, 2023
1 parent 2cace88 commit ea933a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
;; :media "[[quick capture]] **{time}**: {url}"}

;; Quick capture options
;; :quick-capture-options {:insert-today? false :redirect-page? false :default-page nil}
;; :quick-capture-options {:insert-today? false :redirect-page? false :default-page "my page"}

;; File sync options
;; Ignore these files when syncing, regexp is supported.
Expand Down
8 changes: 4 additions & 4 deletions templates/global-config.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; 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:
;; This global config file applies a configuration to all graphs. Any config
;; keys from a graph's logseq/config.edn can used here. A 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"}}
;;
Expand Down

0 comments on commit ea933a2

Please sign in to comment.