Rename configuration sections in khoj.el transient menu

This commit is contained in:
Debanjum Singh Solanky 2023-01-19 03:02:59 -03:00
parent 5d0f369186
commit 0dd1cba272

View file

@ -413,11 +413,11 @@ Render results in BUFFER-NAME."
(transient-define-prefix khoj-menu ()
"Create Khoj Menu to Configure and Execute Commands."
[["Set"
[["Configure General"
("t" "Content Type" khoj--content-type-switch)]
["Set Search"
["Configure Search"
("n" "Results Count" "--results-count=" :init-value (lambda (obj) (oset obj value (format "%s" khoj-results-count))))]
["Set Update"
["Configure Update"
("-f" "Force Update" "--force-update")]]
[["Act"
("s" "Search" khoj--search-command)