Skip to content

Commit

Permalink
Merge pull request #213 from sutram/master
Browse files Browse the repository at this point in the history
Minor change to allow abbreviated file path
  • Loading branch information
ardumont committed Oct 20, 2014
2 parents 93a0cc7 + 78f9b93 commit 27992ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-trello-setup.el
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ This is intended as a buffer local variable.")
:group 'org-trello)

(add-hook 'org-mode-hook (lambda ()
(when (-any? (lambda (name) (string= name buffer-file-name)) org-trello-files)
(when (-any? (lambda (name) (string= (expand-file-name name) buffer-file-name)) org-trello-files)
(org-trello-mode))))

(provide 'org-trello-setup)
Expand Down

0 comments on commit 27992ae

Please sign in to comment.