diff options
| author | fpi | 2020-05-09 13:28:11 +0200 | 
|---|---|---|
| committer | fpi | 2020-06-08 20:08:29 +0200 | 
| commit | c4211fe5ce8c398c9f6df2a9c1af99d9c4260061 (patch) | |
| tree | d9f356c68bc68014a1d7b5c1e4236a4a24520ddb | |
| parent | Show .cir mail attachments inline with spice-mode (diff) | |
Display bbdb window horizontally
| -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 5296c67..d480f21 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3165,6 +3165,7 @@ For now I use this bad code.  (bbdb-initialize 'gnus 'message)  (bbdb-mua-auto-update-init 'gnus 'message) +(setq bbdb-mua-pop-up 'horiz)  ;; size of the bbdb popup  (setq bbdb-pop-up-window-size 0.15)  (setq bbdb-mua-pop-up-window-size 0.15)  | 
