branch: externals/gnorb
commit c1014acd2cd23a7684d66fea7075c8288f74c280
Merge: 5c270cd 7d14112
Author: Eric Abrahamsen <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #31 from berhoel/master
I'd boffed the defface for 'gnorb-bbdb-link
---
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)