diff --git a/configuration.org b/configuration.org index 9be4fcd..1144edf 100644 --- a/configuration.org +++ b/configuration.org @@ -3138,6 +3138,21 @@ See previous versions of the current file. org-directory))) #+END_SRC +** Org navigation with Helm + +#+BEGIN_SRC emacs-lisp +(use-package helm-org + :init + (add-to-list 'helm-completing-read-handlers-alist '(org-capture . helm-org-completing-read-tags)) + (add-to-list 'helm-completing-read-handlers-alist '(org-set-tags . helm-org-completing-read-tags))) +#+END_SRC + +** Fast searching in Org files with Helm and rifle + +#+BEGIN_SRC emacs-lisp +(use-package helm-org-rifle) +#+END_SRC + * Mode specific ~use-package~ calls ** JavaScript diff --git a/customizations.el b/customizations.el index 37e6227..1cf5fc0 100644 --- a/customizations.el +++ b/customizations.el @@ -117,6 +117,8 @@ helm-gtags helm-hunks helm-mu + helm-org + helm-org-rifle helm-projectile helm-pydoc helm-smex