diff --git a/init.el b/init.el index cff4926..9bde3ca 100644 --- a/init.el +++ b/init.el @@ -741,6 +741,7 @@ visual states." embark-indicators '(embark-minimal-indicator embark-isearch-highlight-indicator embark-highlight-indicator)) + :config (defvar-keymap my/embark-string-map :doc "Keymap for Embark string actions." :parent embark-expression-map @@ -761,7 +762,6 @@ visual states." '("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*" nil (window-parameters (mode-line-format . none)))) - :config (evil-define-key '(normal motion) org-mode-map (kbd "C-,") #'embark-act))