From e3f8a95784735f7cd178096efe45c8e4e4a57168 Mon Sep 17 00:00:00 2001 From: Simon Butler Date: Thu, 19 Oct 2023 21:28:08 +0200 Subject: [PATCH] Update emacs.md (#510) Minor correction for emacs-lisp in minimal install --- docs/emacs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/emacs.md b/docs/emacs.md index 36b9f9db..6492ecc4 100644 --- a/docs/emacs.md +++ b/docs/emacs.md @@ -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