pinwheel: Fix embark key binding in emacs

This commit is contained in:
Alexander Heldt
2024-07-15 13:00:21 +02:00
parent dbcc62c88a
commit 4d17eb2bf6

View File

@@ -334,8 +334,8 @@ https://github.com/justbur/emacs-which-key
#+BEGIN_SRC emacs-lisp
(use-package embark
:bind
(("C-S-a" . embark-act) ;; pick some comfortable binding
("C-h B" . embark-bindings)) ;; alternative for `describe-bindings'
(("C-A" . embark-act)
("C-h B" . embark-bindings))
:init
;; Optionally replace the key help with a completing-read interface