Helm/Org: Require helm-org-contacts

master
Pierre Neidhardt 2018-07-23 15:22:23 +02:00
parent b404ad3476
commit df9c23988a
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ Requires `call-process-to-string' from `functions'."
;;; The text-mode-map binding targets structured text modes like Markdown.
(define-key text-mode-map (kbd "M-s f") 'helm-semantic-or-imenu)
(with-eval-after-load 'org
(require 'helm-org-contacts nil t)
(define-key org-mode-map (kbd "M-s f") 'helm-org-in-buffer-headings))
(with-eval-after-load 'woman
(define-key woman-mode-map (kbd "M-s f") 'helm-imenu))