diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index bfb9a27..0fde334 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -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