mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Update docs to use new variables to sync files, directories from khoj.el
This commit is contained in:
parent
d66a0ccfaa
commit
d21a4e73a0
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ M-x package-install khoj
|
||||||
:bind ("C-c s" . 'khoj)
|
:bind ("C-c s" . 'khoj)
|
||||||
:config (setq khoj-api-key "YOUR_KHOJ_CLOUD_API_KEY"
|
:config (setq khoj-api-key "YOUR_KHOJ_CLOUD_API_KEY"
|
||||||
khoj-server-url "https://app.khoj.dev"
|
khoj-server-url "https://app.khoj.dev"
|
||||||
khoj-org-directories '("~/docs/org-roam" "~/docs/notes")
|
khoj-index-directories '("~/docs/org-roam" "~/docs/notes")
|
||||||
khoj-org-files '("~/docs/todo.org" "~/docs/work.org")))
|
khoj-index-files '("~/docs/todo.org" "~/docs/work.org")))
|
||||||
```
|
```
|
||||||
|
|
||||||
#### **Straight.el**
|
#### **Straight.el**
|
||||||
|
|
Loading…
Reference in a new issue