From 08dc5e3324997196ac1f2f87f99d81d81b3323c6 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Fri, 23 Dec 2022 19:08:38 -0300 Subject: [PATCH] Update instructions in khoj.el to install it from MELPA stable - The instructions suggest installing khoj-assistant via pip install. This installs the latest tagged/release version of khoj - To match that version user should install khoj.el from MELPA stable instead of MELPA --- src/interface/emacs/khoj.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 79ae630f..fdff1917 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -41,8 +41,8 @@ ;; pip install khoj-assistant ;; 2. Start, Configure Khoj Server ;; khoj -;; 3. Install khoj.el -;; (use-package khoj :bind ("C-c s" . 'khoj)) +;; 3. Install khoj.el from MELPA Stable +;; (use-package khoj :pin melpa-stable :bind ("C-c s" . 'khoj)) ;;; Code: