diff options
author | Alan Pearce | 2017-08-04 15:29:17 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-04 15:29:17 +0200 |
commit | 75a8eebea057167476ca9cb1653524b20760868d (patch) | |
tree | 83fee273e289fa669ade86fa779df4c8406cd170 /emacs | |
parent | 5029163e7d68416c9b04124467b3084c50f19bb7 (diff) | |
download | dotfiles-75a8eebea057167476ca9cb1653524b20760868d.tar.lz dotfiles-75a8eebea057167476ca9cb1653524b20760868d.tar.zst dotfiles-75a8eebea057167476ca9cb1653524b20760868d.zip |
Emacs: Make bbdb popup window smaller
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 9a93ab2..d6f5a82 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -1417,6 +1417,7 @@ (setq bbdb-send-mail-style 'gnus bbdb-complete-mail-allow-cycling t bbdb-mua-auto-update t + bbdb-mua-pop-up-window-size 3 bbdb-mua-update-interactive-p '(query . create) bbdb-message-all-addresses t bbdb-offer-save t |