Some embark stuff
This commit is contained in:
parent
980408f6cc
commit
4fc82fb461
5
init.el
5
init.el
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user