1 ;;; bandali-ebdb.el --- bandali's EBDB configuration -*- lexical-binding: t; -*-
3 ;; Copyright (C) 2018-2020 Amin Bandali
5 ;; Author: Amin Bandali <bandali@gnu.org>
8 ;; This program is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation, either version 3 of the License, or
11 ;; (at your option) any later version.
13 ;; This program is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details.
18 ;; You should have received a copy of the GNU General Public License
19 ;; along with this program. If not, see <https://www.gnu.org/licenses/>.
30 :bind
(:map gnus-group-mode-map
("e" . ebdb
))
32 (setq ebdb-sources
(b/var
"ebdb"))
33 (with-eval-after-load 'swiper
34 (add-to-list 'swiper-font-lock-exclude
'ebdb-mode t
)))
39 (use-package ebdb-complete
42 ;; (setq ebdb-complete-mail 'capf)
43 (ebdb-complete-enable))
45 (use-package ebdb-message
49 ;; (use-package company-ebdb
51 ;; (defun company-ebdb--post-complete (_) nil))
53 (use-package ebdb-gnus
57 (ebdb-gnus-window-size 0.3))
62 :custom
(ebdb-mua-pop-up t
))
64 ;; (use-package ebdb-message
67 ;; (use-package ebdb-vcard
70 (provide 'bandali-ebdb
)
71 ;;; bandali-ebdb.el ends here