From 31ec2ec412a7ab0312d1b8172eb1b65c2a1267b0 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Mon, 30 Dec 2024 13:50:39 +0100 Subject: [PATCH] enable embark-act on C-. conflicting with evil --- init.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 40d8e4f..84d898f 100644 --- a/init.org +++ b/init.org @@ -1119,11 +1119,11 @@ This enables direnv globally. ** Configure Embark -#+BEGIN_SRC emacs-lisp :tangle no +#+BEGIN_SRC emacs-lisp (use-package embark :ensure t :bind - (("C-m" . embark-act) + (("C-." . embark-act) ("C-;" . embark-dwim) ("C-h B" . embark-bindings)) :config @@ -1132,7 +1132,7 @@ This enables direnv globally. #+END_SRC #+RESULTS: -: [nil 26384 64829 513923 nil elpaca-process-queues nil nil 691000 nil] +: [nil 26482 38660 809617 nil elpaca-process-queues nil nil 672000 nil] ** Configure Helpful