summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-10-09 11:23:58 -0400
committerAmin Bandali <bandali@gnu.org>2019-10-09 17:39:53 -0400
commit0c75284a9c5d160c69f45270a6597caed09151d4 (patch)
tree637991c3a7188950557f36e5e709d210e02d864d /.emacs.d/init.el
parente6c67861d344aef7a7ca9d3ee5d855cbc05d20c0 (diff)
downloadconfigs-0c75284a9c5d160c69f45270a6597caed09151d4.tar.gz
configs-0c75284a9c5d160c69f45270a6597caed09151d4.tar.xz
configs-0c75284a9c5d160c69f45270a6597caed09151d4.zip
emacs: fix recursive load error with ebdb and ebdb-gnus
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
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))