pinwheel: Fix embark key binding in emacs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user