mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
19 lines
434 B
Plaintext
19 lines
434 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|