From a7676e49ec7bbaa88fe16e1741b7c0fe2157647f Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Thu, 6 Aug 2026 16:11:50 -0400 Subject: [PATCH] Fix evil embark in emacs --- emacs-config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs-config.org b/emacs-config.org index 4b5141e..17fa265 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -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