X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/d7dee82420a04e5c92e5b5ad316e14a49bd4d689..41fb7da0e9da05c0d1cf7bb58c918b69d48adf65:/.emacs.d/lisp/bandali-ebdb.el diff --git a/.emacs.d/lisp/bandali-ebdb.el b/.emacs.d/lisp/bandali-ebdb.el index 4d21978..cc8d577 100644 --- a/.emacs.d/lisp/bandali-ebdb.el +++ b/.emacs.d/lisp/bandali-ebdb.el @@ -1,6 +1,6 @@ ;;; bandali-ebdb.el --- bandali's EBDB configuration -*- lexical-binding: t; -*- -;; Copyright (C) 2018-2020 Amin Bandali +;; Copyright (C) 2018-2021 Amin Bandali ;; Author: Amin Bandali ;; Keywords: tools @@ -35,6 +35,7 @@ (with-eval-after-load 'ebdb (with-eval-after-load 'ebdb-complete ;; (csetq ebdb-complete-mail 'capf) + (csetq ebdb-completion-display-record nil) ; <87pn2kk2ig.fsf@ericabrahamsen.net> (ebdb-complete-enable)) (require 'ebdb-message) @@ -43,7 +44,7 @@ (csetq ebdb-gnus-window-size 0.3) (require 'ebdb-mua) - (csetq ebdb-mua-pop-up t)) + (csetq ebdb-mua-pop-up nil)) ;; (with-eval-after-load 'company-ebdb ;; (defun company-ebdb--post-complete (_) nil))