Browse Source

Always open notes file in other window

master
Maxime Wack 4 years ago
parent
commit
6c1d94783d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      projectorg.el

+ 1
- 1
projectorg.el View File

@@ -72,7 +72,7 @@ It is an org file, with the same name as the project (including subdirectories),
(not (projectile-project-p)))
(not (file-exists-p notes-file)))
(projectorg/go-to-inbox)
(find-file notes-file))))
(find-file-other-window notes-file))))

(defun projectorg/add-to-project-list (FILENAME &optional WILDCARDS)
"Add the currently visited project to the projectile list."


Loading…
Cancel
Save