diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-orgcontacts.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/init-orgcontacts.el b/lisp/init-orgcontacts.el index 4198b35..a78b9bf 100644 --- a/lisp/init-orgcontacts.el +++ b/lisp/init-orgcontacts.el @@ -1,8 +1,5 @@ (add-to-list 'load-path "~/src/emacs/org-mode/contrib/lisp" t) - -(autoload 'org-contacts-template-name "org-contacts" - "Try to return the contact name for a template. -If not found return RETURN-VALUE or something that would ask the user.") +(require 'org-contacts) (setq org-contacts-files '("~/notes/contacts.org")) |