diff options
author | fpi | 2020-09-18 15:50:33 +0200 |
---|---|---|
committer | fpi | 2020-09-18 15:57:18 +0200 |
commit | 0deffbcd9a115168e1d2f355ee54f69a349d427b (patch) | |
tree | 04ce953438360513ba3739ef819a5bc3612036e1 | |
parent | Don't refill text with eww (diff) |
Smaller contact info in bbdb pop up
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 1123872..deef3bd 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -5087,6 +5087,7 @@ For now I use this bad code. (bbdb-mua-auto-update-init 'gnus 'message) (setq bbdb-mua-pop-up 'horiz) +(setq bbdb-pop-up-layout 'one-line) ;; size of the bbdb popup (setq bbdb-pop-up-window-size 0.15) (setq bbdb-mua-pop-up-window-size 0.15) |