From c87fc43494b2d8d51d20c5747c5fbe1addb14b61 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 14 Jan 2021 12:10:46 -0500 Subject: [PATCH] Fix sp --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 5d8cdbe..cb3dded 100644 --- a/README.org +++ b/README.org @@ -560,7 +560,7 @@ Configure keybindings behind =SPC r=. "rdd" '(org-roam-dailies-find-date :which-key "Date") "rdt" '(org-roam-dailies-find-today :which-key "Today") "rdm" '(org-roam-dailies-find-tomorrow :which-key "Tomorrow") - "rdy" '(org-roam-dailies-find-yesterday :which-ley "Yesterday")) + "rdy" '(org-roam-dailies-find-yesterday :which-key "Yesterday")) #+end_src Configure the default capture template for new topics. diff --git a/init.el b/init.el index eb7661e..1c13bb6 100644 --- a/init.el +++ b/init.el @@ -224,7 +224,7 @@ "rdd" '(org-roam-dailies-find-date :which-key "Date") "rdt" '(org-roam-dailies-find-today :which-key "Today") "rdm" '(org-roam-dailies-find-tomorrow :which-key "Tomorrow") - "rdy" '(org-roam-dailies-find-yesterday :which-ley "Yesterday")) + "rdy" '(org-roam-dailies-find-yesterday :which-key "Yesterday")) (setq org-roam-capture-templates '(("d" "default" plain (function org-roam-capture--get-point)