diff options
-rw-r--r-- | .emacs.d/init.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0841cad..fb4c73c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2154,13 +2154,7 @@ https://csclub.uwaterloo.ca/~abandali") (use-feature ebdb-gnus :after ebdb :custom - (ebdb-gnus-window-configuration - '(article - (vertical 1.0 - (summary 0.25 point) - (horizontal 1.0 - (article 1.0) - (ebdb-gnus 0.3)))))) + (ebdb-gnus-window-size 0.3)) (use-feature ebdb-mua :after ebdb |