emacs: ebdb: enable the pop-up again for now
authorAmin Bandali <bandali@gnu.org>
Fri, 13 Sep 2019 22:52:39 +0000 (18:52 -0400)
committerAmin Bandali <bandali@gnu.org>
Fri, 13 Sep 2019 22:52:39 +0000 (18:52 -0400)
maybe make this conditional on screen size

.emacs.d/init.el

index a5ac8f8..42152ea 100644 (file)
@@ -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)