diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ae2fe537..1779088a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -320,7 +320,7 @@ (autoload 'ambrevar/elfeed-switch-back "elfeed") ;;; Org-mode -(nconc package-selected-packages '(org-plus-contrib org-bullets)) ; org-plus contains latest Org mode. +(nconc package-selected-packages '(org-plus-contrib org-bullets helm-org-contacts)) ; org-plus contains latest Org mode. (with-eval-after-load 'org (require 'init-org)) (autoload 'ambrevar/org-switch-agenda-file "org") (autoload 'ambrevar/org-switch-agenda-file-other-window "org")