Преглед изворни кода

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


Loading…
Откажи
Сачувај