From: Amin Bandali Date: Wed, 9 Oct 2019 15:23:58 +0000 (-0400) Subject: emacs: fix recursive load error with ebdb and ebdb-gnus X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/0c75284a9c5d160c69f45270a6597caed09151d4 emacs: fix recursive load error with ebdb and ebdb-gnus --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 71f86d5..1fa19d4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))