mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
Drop BBDB
This commit is contained in:
parent
8b4f5a594f
commit
302eed075c
1 changed files with 0 additions and 14 deletions
|
@ -614,20 +614,6 @@ breaks.
|
|||
|
||||
#+END_SRC
|
||||
* Mail
|
||||
** BBDB
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package bbdb
|
||||
:ensure t
|
||||
:init (progn (require 'bbdb)
|
||||
(bbdb-initialize 'gnus 'message)
|
||||
(bbdb-mua-auto-update-init 'gnus 'message)
|
||||
(setq bbdb-message-all-addresses t)
|
||||
(add-hook 'gnus-summary-mode-hook
|
||||
(lambda ()
|
||||
(define-key gnus-summary-mode-map
|
||||
(kbd ";") 'bbdb-mua-edit-field)))))
|
||||
#+END_SRC
|
||||
** Gnus
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue