Browse Source

Fix capture template

main
parent
commit
876224e7c4
  1. 4
      README.org
  2. 4
      modules/writing.el

4
README.org

@ -874,7 +874,7 @@ Download and install [[https://orgroam.com][org-roam]], a plain text knowledge m
,#+AUTHOR: Christopher James Hayward
,#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js
"))
")))
(org-roam-dailies-capture-templates
'(("d" "Default" entry (function org-roam-capture--get-point)
"* %?"
@ -883,7 +883,7 @@ Download and install [[https://orgroam.com][org-roam]], a plain text knowledge m
"
,#+TITLE: %<%Y-%m-%d>
,#+AUTHOR: Christopher James Hayward
")))))
"))))
#+end_src
Place keybindings behind =SPC r=.

4
modules/writing.el

@ -60,7 +60,7 @@
#+AUTHOR: Christopher James Hayward
#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js
"))
")))
(org-roam-dailies-capture-templates
'(("d" "Default" entry (function org-roam-capture--get-point)
"* %?"
@ -69,7 +69,7 @@
"
#+TITLE: %<%Y-%m-%d>
#+AUTHOR: Christopher James Hayward
")))))
"))))
(dotfiles/leader
"r" '(:ignore t :which-key "Roam")

Loading…
Cancel
Save