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

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

[elpa] externals/embark 9f2de96: Add other-window versions of commands t


From: ELPA Syncer
Subject: [elpa] externals/embark 9f2de96: Add other-window versions of commands to become maps
Date: Wed, 8 Dec 2021 11:57:25 -0500 (EST)

branch: externals/embark
commit 9f2de96de350b61abf563f1d742b2469ab6ceb66
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Add other-window versions of commands to become maps
---
 embark-consult.el | 1 +
 embark.el         | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/embark-consult.el b/embark-consult.el
index 6c1167d..9c2911e 100644
--- a/embark-consult.el
+++ b/embark-consult.el
@@ -229,6 +229,7 @@ actual type."
 (define-key embark-file-map "x" #'consult-file-externally)
 
 (define-key embark-become-file+buffer-map "Cb" #'consult-buffer)
+(define-key embark-become-file+buffer-map "C4b" #'consult-buffer-other-window)
 
 ;;; Support for Consult search commands
 
diff --git a/embark.el b/embark.el
index cb668f2..bd0d7c6 100644
--- a/embark.el
+++ b/embark.el
@@ -3707,10 +3707,12 @@ and leaves the point to the left of it."
   "Embark become keymap for files and buffers."
   :parent embark-meta-map
   ("f" find-file)
+  ("4f" find-file-other-window)
   ("." find-file-at-point)
   ("p" project-find-file)
   ("r" recentf-open-files)
   ("b" switch-to-buffer)
+  ("4b" switch-to-buffer-other-window)  
   ("l" locate)
   ("L" find-library))
 



reply via email to

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