mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 21:29:08 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user