From: Amin Bandali Date: Fri, 13 Sep 2019 22:52:39 +0000 (-0400) Subject: emacs: ebdb: enable the pop-up again for now X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/95f304a8d9bd644b2fd49df49ca6acfbc93dae74 emacs: ebdb: enable the pop-up again for now maybe make this conditional on screen size --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a5ac8f8..42152ea 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2443,7 +2443,7 @@ https://csclub.uwaterloo.ca/~abandali") (use-feature ebdb-mua :demand :after ebdb - :custom (ebdb-mua-pop-up nil)) + :custom (ebdb-mua-pop-up t)) ;; (use-package ebdb-message ;; :after ebdb)