diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-02 02:20:31 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-02 02:20:31 -0500 |
commit | 2f540d092f5c3ab214e143a7ddc0c41f40b67842 (patch) | |
tree | 35fca384ea4ca6cc76cfd426fc9969e5cf0965cf /lisp | |
parent | b19c60bea31bdc6a1d1943d1252123012bdbc4a8 (diff) | |
download | emacs.d-2f540d092f5c3ab214e143a7ddc0c41f40b67842.tar.gz |
Autoload org-contacts-template-name
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-orgcontacts.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/init-orgcontacts.el b/lisp/init-orgcontacts.el index 300542b..4198b35 100644 --- a/lisp/init-orgcontacts.el +++ b/lisp/init-orgcontacts.el @@ -1,5 +1,9 @@ (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.") + (setq org-contacts-files '("~/notes/contacts.org")) (add-to-list 'org-capture-templates |