Fix evil embark in emacs

This commit is contained in:
Ian Keane 2026-08-06 16:11:50 -04:00
parent 39ef7b57eb
commit a7676e49ec

View file

@ -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
;; strategy, if you want to see the documentation from multiple providers.
;; (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