blob: 85cf3d7686ffc5326c563c1cc413f179ad9719bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{ type: install
message: <<EOM
Add this line to your Emacs initialization.
(require 'bbdb-loaddefs)
Depending on which mail user agent and other miscellaneous packages you
use, you may also want to add something similar to these lines.
(bbdb-initialize 'gnus 'message)
(bbdb-mua-auto-update-init 'gnus 'message)
Refer to Emacs' help for these two functions, bbdb-initialize and
bbdb-mua-auto-update-init, for details.
EOM
}
]
|