From 0dd1cba2722ceaeb5d55c441ca02d9b36dc14471 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 19 Jan 2023 03:02:59 -0300 Subject: [PATCH] Rename configuration sections in khoj.el transient menu --- src/interface/emacs/khoj.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 77c6649c..9083d8fc 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -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)