branch: externals/gnorb
commit 7d14112ffbd7510342099974712171fa1a495448
Author: Berthold Höllmann <[email protected]>
Commit: Berthold Höllmann <[email protected]>

    Trying to fix issue #30.
---
 gnorb-bbdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnorb-bbdb.el b/gnorb-bbdb.el
index 30e5c61..7d785f0 100644
--- a/gnorb-bbdb.el
+++ b/gnorb-bbdb.el
@@ -107,7 +107,7 @@ mentioned in the docstring of `format-time-string', which 
see."
   :group 'gnorb-bbdb
   :type 'string)
 
-(defface gnorb-bbdb-link 'org-link
+(defface gnorb-bbdb-link '((t :inherit org-link))
   "Custom face for displaying message links in the *BBDB* buffer.
   Defaults to org-link."
   :group 'gnorb-bbdb)

Reply via email to