diff --git a/src/interface/emacs/README.org b/src/interface/emacs/README.org index 199e4a7f..51f48ca6 100644 --- a/src/interface/emacs/README.org +++ b/src/interface/emacs/README.org @@ -51,3 +51,18 @@ Include/Exclude specific words or date range from results by updating query with below query format e.g `What is the meaning of life? -god +none dt:"last week"` + +** Upgrade +Use your Emacs package manager to upgrade `khoj.el` + +- For `khoj.el` from MELPA + - Method 1 + - Run `M-x package-list-packages` to list all packages + - Press `U` on `khoj` to mark it for upgrade + - Press `x` to execute the marked actions + - Method 2 + - Run `M-x package-refresh-content` + - Run `M-x package-reinstall khoj` + +- For `khoj.el` from Straight + - Run `M-x straight-pull-package khoj` diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index fdff1917..c25dc87f 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -5,7 +5,7 @@ ;; Author: Debanjum Singh Solanky ;; Description: Natural, Incremental Search for your Second Brain ;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image -;; Version: 0.2.0 +;; Version: 0.2.1 ;; Package-Requires: ((emacs "27.1")) ;; URL: https://github.com/debanjum/khoj/tree/master/src/interface/emacs