mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Update emacs.md (#510)
Minor correction for emacs-lisp in minimal install
This commit is contained in:
parent
d93395ae48
commit
e3f8a95784
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Indexes your org-agenda files, by default.
|
|||
(use-package khoj
|
||||
:ensure t
|
||||
:pin melpa-stable
|
||||
:bind ("C-c s" . 'khoj)
|
||||
:bind ("C-c s" . 'khoj))
|
||||
```
|
||||
|
||||
- Note: Install `khoj.el` from MELPA (instead of MELPA Stable) if you installed the pre-release version of khoj
|
||||
|
|
Loading…
Add table
Reference in a new issue