Some embark stuff

This commit is contained in:
Alexander Rosenberg 2024-10-31 16:53:02 -07:00
parent 980408f6cc
commit 4fc82fb461
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -731,7 +731,10 @@ visual states."
:map help-map :map help-map
("B" . embark-bindings) ("B" . embark-bindings)
:map embark-symbol-map :map embark-symbol-map
("h" . helpful-symbol)) ("h" . helpful-symbol)
:map embark-become-file+buffer-map
("b" . consult-buffer)
("B" . switch-to-buffer))
:init :init
(setq embark-quit-after-action nil) (setq embark-quit-after-action nil)
(add-to-list 'display-buffer-alist (add-to-list 'display-buffer-alist