feat(literate): add +literate/find-heading command

A command for jumping to an Org heading in your literate org config
file.

Close: #7716
This commit is contained in:
Ellis Kenyő 2024-07-06 20:31:40 -04:00 committed by Henrik Lissner
parent d7075b2420
commit d330642c2e
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 37 additions and 0 deletions

View file

@ -485,6 +485,8 @@
:desc "Browse emacs.d" "E" #'doom/browse-in-emacsd
:desc "Find file" "f" #'find-file
:desc "Find file from here" "F" #'+default/find-file-under-here
(:when (modulep! :config literate)
:desc "Open heading in literate config" "h" #'+literate/find-heading)
:desc "Locate file" "l" #'locate
:desc "Find file in private config" "p" #'doom/find-file-in-private-config
:desc "Browse private config" "P" #'doom/open-private-config