From 71fb77f75880b89644274e7c518fb22f12c822dc Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 1 Nov 2024 09:48:16 -0700 Subject: [PATCH] Fix last commit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))