bbdb.el 321 B

1234567891011121314
  1. ;; ---------
  2. ;; BBDB
  3. ;; ---------
  4. ;; Keeping contacts the Orwell way
  5. ;; Do we really need to run the latest version?
  6. ;(setq load-path (add-to-list 'load-path "~/elisp/bbdb/lisp/"))
  7. (require 'bbdb)
  8. (bbdb-initialize 'gnus 'message)
  9. (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
  10. (global-set-key (kbd "C-c b") 'bbdb)