diff --git a/templates/config.edn b/templates/config.edn index 8bb6e24809..41debbf537 100644 --- a/templates/config.edn +++ b/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 + ; } + }