diff --git a/org-contacts.el b/org-contacts.el index 6e88d07..b06e39f 100644 --- a/org-contacts.el +++ b/org-contacts.el @@ -663,7 +663,8 @@ description." (erase-buffer) (insert contents) (org-mode) - (org-show-all))) + (org-show-all) + (font-lock-ensure))) doc-buffer)) ;;; display company-mode doc buffer bellow current window.