Display company-mode doc buffer bellow current window
This commit is contained in:
parent
84436fd7bc
commit
abe24d6f34
1 changed files with 3 additions and 0 deletions
|
@ -666,6 +666,9 @@ description."
|
||||||
(org-show-all)))
|
(org-show-all)))
|
||||||
doc-buffer))
|
doc-buffer))
|
||||||
|
|
||||||
|
;;; display company-mode doc buffer bellow current window.
|
||||||
|
(add-to-list 'display-buffer-alist '("^ \\*org-contact\\*" . (display-buffer-below-selected)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-contacts-org-complete--location-function (candidate)
|
(defun org-contacts-org-complete--location-function (candidate)
|
||||||
"Return org-contacts location of contact candidate."
|
"Return org-contacts location of contact candidate."
|
||||||
|
|
Loading…
Reference in a new issue