emacs: make embark-collect and embark-export directly available in the minibuffer

This commit is contained in:
Protesilaos Stavrou 2025-03-31 07:23:31 +03:00
parent 527769e854
commit 06812fed5a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 8 additions and 2 deletions

View file

@ -368,7 +368,10 @@ Development continues on GitHub with GitLab as a mirror."))
(when prot-emacs-completion-extras
(use-package embark
:ensure t
:defer 1
:bind
( :map minibuffer-local-map
("C-c C-c" . embark-collect)
("C-c C-e" . embark-export))
:config
(setq embark-confirm-act-all nil)
;; The prot-embark.el has an advice to further simplify the

View file

@ -4603,7 +4603,10 @@ functionality).
(when prot-emacs-completion-extras
(use-package embark
:ensure t
:defer 1
:bind
( :map minibuffer-local-map
("C-c C-c" . embark-collect)
("C-c C-e" . embark-export))
:config
(setq embark-confirm-act-all nil)
;; The prot-embark.el has an advice to further simplify the