emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult 2e67b42642 1/2: consult-bookmark-narrow: Add es


From: ELPA Syncer
Subject: [elpa] externals/consult 2e67b42642 1/2: consult-bookmark-narrow: Add eshell and eww bookmark handler
Date: Fri, 18 Feb 2022 17:57:24 -0500 (EST)

branch: externals/consult
commit 2e67b42642d3191dff892230056b2faa0f7d4480
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    consult-bookmark-narrow: Add eshell and eww bookmark handler
---
 consult.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 64500cf76d..838eac5703 100644
--- a/consult.el
+++ b/consult.el
@@ -308,7 +308,9 @@ don't want to see epa password prompts."
     (?d "Docview" ,#'doc-view-bookmark-jump)
     (?m "Man" ,#'Man-bookmark-jump)
     (?w "Woman" ,#'woman-bookmark-jump)
-    (?g "Gnus" ,#'gnus-summary-bookmark-jump))
+    (?g "Gnus" ,#'gnus-summary-bookmark-jump)
+    (?s "Eshell" ,#'eshell-bookmark-jump)
+    (?e "Eww" ,#'eww-bookmark-jump))
   "Bookmark narrowing configuration.
 
 Each element of the list must have the form '(char name handler)."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]