From 06afeec7e2e5da21bc781cc27573dfff85b0a186 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Fri, 5 Aug 2022 05:27:57 +0300 Subject: [PATCH] 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 --- 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 cbc6abf0..9f55a82d 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -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)