浏览代码

Fix invalid example in default repo config as caught by Bad3r

Also mention valid keys for global config
Gabriel Horner 2 年之前
父节点
当前提交
ea933a292d
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      templates/config.edn
  2. 4 4
      templates/global-config.edn

+ 1 - 1
templates/config.edn

@@ -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.

+ 4 - 4
templates/global-config.edn

@@ -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"}}
 ;;