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.