mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 16:14:21 +00:00
Hide stars of org entry results on Emacs to reduce visual clutter
They've all been normlized to the same level and hence don't hold much data. So good opportunity to reduce, non-useful visual clutter
This commit is contained in:
parent
31eabee10a
commit
06afeec7e2
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
(replace-regexp-in-string
|
||||
"^[\(\) ]" ""
|
||||
;; extract entries from response as single string and convert to entries
|
||||
(format "#+STARTUP: showall inlineimages\n* %s\n%s"
|
||||
(format "#+STARTUP: showall hidestars inlineimages\n* %s\n%s"
|
||||
query
|
||||
(mapcar
|
||||
(lambda (args)
|
||||
|
|
Loading…
Add table
Reference in a new issue