mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: make embark-collect and embark-export directly available in the minibuffer
This commit is contained in:
parent
527769e854
commit
06812fed5a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue