Browse Source

Add project adding advice to find-file-other-window too

nixos
Maxime Wack 4 years ago
parent
commit
445172f8a4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .emacs

+ 1
- 0
.emacs View File

@@ -1539,6 +1539,7 @@ APPEND is whether to add new events to the diary or to reset it"
,(concat "* [[" projectorg-projects-root projectorg-org-dir "%^{project}.org][%^{project}]]\n")))

(advice-add 'find-file :after 'projectorg/add-to-project-list)
(advice-add 'find-file-other-window :after 'projectorg/add-to-project-list)
)

;;;;; Counsel-projectile


Loading…
Cancel
Save