From bbb3122dca89220d7a04d223b8709c8308245a16 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:36 +0000 Subject: [PATCH] Add keybinding to open/create daily journal --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index 3e8feef..b1b72aa 100644 --- a/config.org +++ b/config.org @@ -353,6 +353,12 @@ (setq org-roam-completion-system 'ido) #+end_src + Add a global keybinding for [[help:org-roam-dailies-goto-today][org-roam-dailies-goto-today]]: + + #+begin_src emacs-lisp + (global-set-key (kbd "C-c M-t") 'org-roam-dailies-goto-today) + #+end_src + ** Default Applications It's all fun and games until =C-c C-e h o= opens the source code.