From 4e795c3a558c7c2247e9e339db41c7e622ca2e39 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 6 Jul 2024 20:38:16 -0400 Subject: [PATCH] tweak(org): use consult-outline instead of imenu Ref: #7716 --- 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 1c9bb3f06..8473f7c6d 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -871,6 +871,9 @@ between the two." [remap doom/backward-to-bol-or-indent] #'org-beginning-of-line [remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line + (:when (modulep! :completion vertico) + [remap imenu] #'consult-outline) + :localleader "#" #'org-update-statistics-cookies "'" #'org-edit-special