emacs: fix recursive load error with ebdb and ebdb-gnus
authorAmin Bandali <bandali@gnu.org>
Wed, 9 Oct 2019 15:23:58 +0000 (11:23 -0400)
committerAmin Bandali <bandali@gnu.org>
Wed, 9 Oct 2019 21:39:53 +0000 (17:39 -0400)
.emacs.d/init.el

index 71f86d5..1fa19d4 100644 (file)
@@ -2452,7 +2452,6 @@ https://csclub.uwaterloo.ca/~abandali")
   (defun company-ebdb--post-complete (_) nil))
 
 (use-feature ebdb-gnus
-  :demand
   :after ebdb
   :custom
   (ebdb-gnus-window-size 0.3))