[Org Roam] Configure org-roam-dailies

This commit is contained in:
Marcel Kapfer 2022-10-13 20:20:25 +02:00
parent bd8f9f30e7
commit c998ff3beb
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
2 changed files with 19 additions and 5 deletions

View file

@ -52,13 +52,13 @@
(sit-for 1)
(split-window-horizontally)
(other-window 1)
(org-journal-open-current-journal-file))))
(org-roam-dailies-goto-today))))
(defun mmk2410/tab-bar-run-journal ()
(interactive)
(mmk2410/tab-bar-switch-or-create
"Journal"
#'org-journal-open-current-journal-file))
#'org-roam-dailies-goto-today))
(defun mmk2410/tab-bar-run-projects ()
(interactive)
@ -91,5 +91,4 @@
("q" nil))
(provide 'mmk2410-tab-bar-helpers)
;;; tab-bar-helpers.el ends here
;;; mmk2410-tab-bar-helpers.el ends here