refactor(org): remove redundant key remapping

This is already remapped in the vertico module. Plus,
`consult-org-heading` and `consult-org-agenda` are already on
"<localleader> ." and "<localleader> /".

Amend: 5e3c794d31
Ref: #7716
This commit is contained in:
Henrik Lissner 2024-08-28 19:32:24 -04:00
parent 14478064af
commit cea17bbea3
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -869,9 +869,6 @@ 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-imenu)
:localleader
"#" #'org-update-statistics-cookies
"'" #'org-edit-special