tweak(org): remap imenu to consult-imenu
Ref: #7716 Co-authored-by: aisamu <aisamu@users.noreply.github.com>
This commit is contained in:
parent
c352bd0dcd
commit
5e3c794d31
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ between the two."
|
||||||
[remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line
|
[remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line
|
||||||
|
|
||||||
(:when (modulep! :completion vertico)
|
(:when (modulep! :completion vertico)
|
||||||
[remap imenu] #'consult-outline)
|
[remap imenu] #'consult-imenu)
|
||||||
|
|
||||||
:localleader
|
:localleader
|
||||||
"#" #'org-update-statistics-cookies
|
"#" #'org-update-statistics-cookies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue