From 6dda29fd027e73bc76e48d29727a48cc47468d30 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Thu, 13 Nov 2014 01:06:13 -0500 Subject: [PATCH] Improve eudc-inline-query-format's default value * net/eudc-vars.el (eudc-inline-query-format): Change default to query email and first name instead of surname. --- lisp/ChangeLog | 5 +++++ lisp/net/eudc-vars.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 831e3b03a7..c4c9ef0b14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-11-13 Thomas Fitzsimmons + + * net/eudc-vars.el (eudc-inline-query-format): Change default to + query email and first name instead of surname. + 2014-11-13 Thomas Fitzsimmons * net/ldap.el (ldap-search-internal): Support new-style LDAP URIs. diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el index 54995a334c..06f63ebc8e 100644 --- a/lisp/net/eudc-vars.el +++ b/lisp/net/eudc-vars.el @@ -156,7 +156,8 @@ different values." (const :menu-tag "Duplicate" duplicate))))) :group 'eudc) -(defcustom eudc-inline-query-format '((name) +(defcustom eudc-inline-query-format '((email) + (firstname) (firstname name)) "Format of an inline expansion query. This is a list of FORMATs. A FORMAT is itself a list of one or more -- 2.39.2