Fix evil embark in emacs
This commit is contained in:
parent
39ef7b57eb
commit
a7676e49ec
1 changed files with 2 additions and 1 deletions
|
|
@ -1131,7 +1131,8 @@ Idk I think this came from the vertico readme
|
||||||
;; Show the Embark target at point via Eldoc. You may adjust the Eldoc
|
;; Show the Embark target at point via Eldoc. You may adjust the Eldoc
|
||||||
;; strategy, if you want to see the documentation from multiple providers.
|
;; strategy, if you want to see the documentation from multiple providers.
|
||||||
;; (add-hook 'eldoc-documentation-functions #'embark-eldoc-first-target)
|
;; (add-hook 'eldoc-documentation-functions #'embark-eldoc-first-target)
|
||||||
(define-key evil-normal-state-map (kbd "C-.") 'embark-act)
|
(general-def :states '(normal visual) "C-." 'embark-act)
|
||||||
|
(general-def :states '(normal visual) "C-;" 'embark-dwim)
|
||||||
|
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue