Преглед изворни кода

Document config introduced in #2975

Gabriel Horner пре 3 година
родитељ
комит
569b2417e5
1 измењених фајлова са 12 додато и 0 уклоњено
  1. 12 0
      templates/config.edn

+ 12 - 0
templates/config.edn

@@ -265,4 +265,16 @@
  ;; :quick-capture-templates
  ;; {:text "[[quick capture]] **{time}**: {text} from {url}"
  ;;  :media "[[quick capture]] **{time}**: {url}"}
+
+ ;; dwim (do what I mean) for Enter key when editing.
+ ;; Context-awareness of Enter key makes editing more easily
+ ; :dwim/settings {
+ ;   :admonition&src?  true
+ ;   :markup?          false
+ ;   :block-ref?       true
+ ;   :page-ref?        true
+ ;   :properties?      true
+ ;   :list?            true
+ ; }
+
  }