commit 4948b116c389c6a847db1770d5ae549e1b955f82
parent 1816525625cca02c4e865be04e919094e1d9825d
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 10 Mar 2023 10:44:32 +0100
tools/emacs: fix embark-cycle-key
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/emacs/config/config-completion.el b/tools/emacs/config/config-completion.el
@@ -151,7 +151,7 @@ instead."
:bind (("C-." . embark-act))
:init
(setq prefix-help-command #'embark-prefix-help-command)
- (setq embark-cycle-key (kbd "C-.")))
+ (setq embark-cycle-key "C-."))
(use-package embark-consult
:after (embark consult))