From 0e4006e5f8b32b02c539132654db47fb609c67f8 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Fri, 22 May 2020 13:28:19 +0200 Subject: [PATCH] Open inbox in other window --- projectorg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectorg.el b/projectorg.el index d33a833..c58ebc7 100644 --- a/projectorg.el +++ b/projectorg.el @@ -65,7 +65,7 @@ It is an org file, with the same name as the project (including subdirectories), (defun projectorg/go-to-inbox () "Go to org-default-notes-file." (interactive) - (find-file org-default-notes-file)) + (find-file-other-window org-default-notes-file)) (defun projectorg/go-to-notes () "Go to the projects' notes file if it exists in the *org* directory, or go to default notes file."