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