浏览代码

Open inbox in other window

master
Maxime Wack 3 年前
父节点
当前提交
0e4006e5f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      projectorg.el

+ 1
- 1
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."


正在加载...
取消
保存