mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Improve docstring of entrypoint function to the emacs client
This commit is contained in:
@@ -1055,7 +1055,10 @@ Paragraph only starts at first text after blank line."
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun khoj ()
|
(defun khoj ()
|
||||||
"Provide natural, search assistance for your notes, documents and images."
|
"Search and chat with your knowledge base using your personal AI copilot.
|
||||||
|
|
||||||
|
Collaborate with Khoj to search, understand, create, review and update your knowledge base.
|
||||||
|
Khoj can research across your org-mode, markdown notes, plaintext documents and the internet."
|
||||||
(interactive)
|
(interactive)
|
||||||
(when khoj-auto-setup
|
(when khoj-auto-setup
|
||||||
(khoj-setup t))
|
(khoj-setup t))
|
||||||
|
|||||||
Reference in New Issue
Block a user