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
This commit is contained in:
Debanjum Singh Solanky 2022-08-10 12:57:37 +03:00
parent 81d975affa
commit eddf88f818

View file

@ -152,7 +152,7 @@ Use `which-key` if available, else display simple message in echo area"
(replace-regexp-in-string (replace-regexp-in-string
"^[\(\) ]" "" "^[\(\) ]" ""
;; extract entries from response as single string and convert to entries ;; 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 query
(mapcar (mapcar
(lambda (args) (lambda (args)