Display company-mode doc buffer bellow current window

This commit is contained in:
stardiviner 2021-11-24 11:35:19 +08:00
parent 84436fd7bc
commit abe24d6f34

View file

@ -666,6 +666,9 @@ description."
(org-show-all)))
doc-buffer))
;;; display company-mode doc buffer bellow current window.
(add-to-list 'display-buffer-alist '("^ \\*org-contact\\*" . (display-buffer-below-selected)))
;;;###autoload
(defun org-contacts-org-complete--location-function (candidate)
"Return org-contacts location of contact candidate."