Tweak Gnus setup.
[~bandali/configs] / .emacs.d / lisp / bandali-ebdb.el
index 4d21978..cc8d577 100644 (file)
@@ -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 <bandali@gnu.org>
 ;; 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))