Commit 4948b116c389

Vincent Demeester <vincent@sbr.pm>
2023-03-10 10:44:32
tools/emacs: fix embark-cycle-key
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 1816525
Changed files (1)
tools
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))