diff options
| -rw-r--r-- | chime-org-contacts.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chime-org-contacts.el b/chime-org-contacts.el index 5f532f6..73904c2 100644 --- a/chime-org-contacts.el +++ b/chime-org-contacts.el @@ -88,9 +88,7 @@ New contacts will be filed under this heading in `chime-org-contacts-file'." ;; Birthday parsing, formatting, and insertion are provided by ;; convert-org-contacts-birthdays.el to avoid duplication. -(require 'convert-org-contacts-birthdays - (expand-file-name "convert-org-contacts-birthdays.el" - (file-name-directory (or load-file-name buffer-file-name)))) +(require 'convert-org-contacts-birthdays) (defun chime-org-contacts--finalize-birthday-timestamp () "Add yearly repeating timestamp after properties drawer if BIRTHDAY is set. |
