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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package embark
|
(use-package embark
|
||||||
:bind
|
:bind
|
||||||
(("C-S-a" . embark-act) ;; pick some comfortable binding
|
(("C-A" . embark-act)
|
||||||
("C-h B" . embark-bindings)) ;; alternative for `describe-bindings'
|
("C-h B" . embark-bindings))
|
||||||
|
|
||||||
:init
|
:init
|
||||||
;; Optionally replace the key help with a completing-read interface
|
;; Optionally replace the key help with a completing-read interface
|
||||||
|
|||||||
Reference in New Issue
Block a user