Skip to content

Commit 4babb99

Browse files
Support help customize (1 line) (#2124)
`help customize` now shows the files you can open with the `customize` command. I named the help command after the corresponding command instead of the actual list name to make it easier to remember.
1 parent d1dd588 commit 4babb99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/help/help.talon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ help keywords: user.help_list("user.code_keyword")
2121
help keywords unprefixed: user.help_list("user.code_keyword_unprefixed")
2222
help common methods: user.help_list("user.code_common_method")
2323
help pairs: user.help_list("user.delimiter_pair")
24+
help customize: user.help_list("user.edit_text_file")
2425

2526
(help formatters | help format | format help):
2627
user.help_formatters(user.get_formatters_words(), false)

0 commit comments

Comments
 (0)