diff --git a/README.org b/README.org index 1f02895..0cbb2ae 100644 --- a/README.org +++ b/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=. diff --git a/modules/writing.el b/modules/writing.el index 81d2b58..67eaa6f 100644 --- a/modules/writing.el +++ b/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")