From c111714f84f51b142ef4fd41278034c9784a0f00 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 9 Sep 2019 17:09:35 +0200 Subject: [PATCH] Pimp Org with helm-org and helm-org-rifle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m not sure if i’ll use either of them, though… --- configuration.org | 15 +++++++++++++++ customizations.el | 2 ++ 2 files changed, 17 insertions(+) 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