Browse Source

Fix sp

main
parent
commit
c87fc43494
  1. 2
      README.org
  2. 2
      init.el

2
README.org

@ -560,7 +560,7 @@ Configure keybindings behind =SPC r=.
"rdd" '(org-roam-dailies-find-date :which-key "Date") "rdd" '(org-roam-dailies-find-date :which-key "Date")
"rdt" '(org-roam-dailies-find-today :which-key "Today") "rdt" '(org-roam-dailies-find-today :which-key "Today")
"rdm" '(org-roam-dailies-find-tomorrow :which-key "Tomorrow") "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 #+end_src
Configure the default capture template for new topics. Configure the default capture template for new topics.

2
init.el

@ -224,7 +224,7 @@
"rdd" '(org-roam-dailies-find-date :which-key "Date") "rdd" '(org-roam-dailies-find-date :which-key "Date")
"rdt" '(org-roam-dailies-find-today :which-key "Today") "rdt" '(org-roam-dailies-find-today :which-key "Today")
"rdm" '(org-roam-dailies-find-tomorrow :which-key "Tomorrow") "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 (setq org-roam-capture-templates
'(("d" "default" plain (function org-roam-capture--get-point) '(("d" "default" plain (function org-roam-capture--get-point)

Loading…
Cancel
Save