From e9629834af00597966ec8e95656369a7d4bc61a0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 12 Feb 2014 01:32:15 -0500 Subject: Require org-contacts instead of autoloading Otherwise, completion is not available for in message mode. --- lisp/init-orgcontacts.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lisp') 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")) -- cgit v1.2.3