mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Improve (un-)quoting of funcs used in `khoj--get-enabled-content-types'
- Based on melpa package feedback for khoj.el - Verified these changes don't affect behavior of the function
This commit is contained in:
@@ -241,9 +241,9 @@ Use `which-key` if available, else display simple message in echo area"
|
||||
(content-type (cdr (assoc 'content-type json-response))))
|
||||
;; return content-type items with configuration
|
||||
(mapcar
|
||||
'car
|
||||
#'car
|
||||
(cl-remove-if-not
|
||||
'(lambda (a) (not (eq (cdr a) :null)))
|
||||
(lambda (a) (not (eq (cdr a) :null)))
|
||||
content-type))))))
|
||||
|
||||
(defun khoj--construct-api-query (query search-type &optional rerank)
|
||||
|
||||
Reference in New Issue
Block a user