From 0c75284a9c5d160c69f45270a6597caed09151d4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 9 Oct 2019 11:23:58 -0400 Subject: [PATCH] emacs: fix recursive load error with ebdb and ebdb-gnus --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.20.1