projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* .emacs.d/lisp/bandali-erc.el: Don't set erc-lurker-hide-list.
[~bandali/configs]
/
.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
(file)
--- 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; -*-
;;; bandali-ebdb.el --- bandali's EBDB configuration -*- lexical-binding: t; -*-
-;; Copyright (C) 2018-202
0
Amin Bandali
+;; Copyright (C) 2018-202
1
Amin Bandali
;; Author: Amin Bandali <bandali@gnu.org>
;; Keywords: tools
;; 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)
(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)
(ebdb-complete-enable))
(require 'ebdb-message)
@@
-43,7
+44,7
@@
(csetq ebdb-gnus-window-size 0.3)
(require 'ebdb-mua)
(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))
;; (with-eval-after-load 'company-ebdb
;; (defun company-ebdb--post-complete (_) nil))