summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-05-09 13:28:11 +0200
committerfpi2020-06-08 20:08:29 +0200
commitc4211fe5ce8c398c9f6df2a9c1af99d9c4260061 (patch)
treed9f356c68bc68014a1d7b5c1e4236a4a24520ddb /emacs-init.org
parentShow .cir mail attachments inline with spice-mode (diff)
Display bbdb window horizontally
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org1
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)