From 77b0784075c567211bbf0281ebb66552d67a70c3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 6 Dec 2019 16:59:17 -0500 Subject: [PATCH] lang/org: add helm support to goto localleader keybinds --- modules/lang/org/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index d42ea28f4..7a8f2c106 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -668,6 +668,9 @@ between the two." (:when (featurep! :completion ivy) "g" #'counsel-org-goto "G" #'counsel-org-goto-all) + (:when (featurep! :completion helm) + "g" #'helm-org-in-buffer-headings + "G" #'helm-org-agenda-files-headings) "c" #'org-clock-goto "C" (λ! (org-clock-goto 'select)) "i" #'org-id-goto