From 5d0f369186f76902da01767c75b91d7525d10441 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 19 Jan 2023 02:47:07 -0300 Subject: [PATCH] Add ability to quit khoj transient with standard q keybinding --- src/interface/emacs/khoj.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index dd627943..77c6649c 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -421,7 +421,8 @@ Render results in BUFFER-NAME." ("-f" "Force Update" "--force-update")]] [["Act" ("s" "Search" khoj--search-command) - ("u" "Update" khoj--update-command)]]) + ("u" "Update" khoj--update-command) + ("q" "Quit" transient-quit-one)]]) ;; ----------