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:
parent
d7075b2420
commit
d330642c2e
2 changed files with 37 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue