Skip to content

Commit

Permalink
Update emacs.md (#510)
Browse files Browse the repository at this point in the history
Minor correction for emacs-lisp in minimal install
  • Loading branch information
sjbutler authored Oct 19, 2023
1 parent d93395a commit e3f8a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/emacs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3f8a95

Please sign in to comment.