From eddf88f818663dd821277134280ff3fe197d0739 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 10 Aug 2022 12:57:37 +0300 Subject: [PATCH] Org buffer customization settings to tail of khoj.el results buffer - Results get priority screen real estate - Allows quick speed key based traversal of results as cursor on switching to buffer is at top level heading - E.g C-x o n n o 2 jumps to entry in actual file of second result - Unlike before when it is at the #+STARTUP org buffer customization settings --- src/interface/emacs/khoj.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index a75ad4a1..fe0d7248 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -152,7 +152,7 @@ Use `which-key` if available, else display simple message in echo area" (replace-regexp-in-string "^[\(\) ]" "" ;; extract entries from response as single string and convert to entries - (format "#+STARTUP: showall hidestars inlineimages\n* %s\n%s" + (format "* %s\n%s\n#+STARTUP: showall hidestars inlineimages" query (mapcar (lambda (args)