Skip to content

Commit

Permalink
tweak(embark): bind embark-act to C-² (for French AZERTY keyboards)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 10, 2023
1 parent faa1299 commit 14385db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ This depends on `+cape-hosts' and `+cape-global-capes'."

(use-package embark
:straight t
:bind ("<remap> <describe-bindings>" . embark-bindings)
:bind (("<remap> <describe-bindings>" . embark-bindings)
("C-²" . embark-act)) ; In a French AZERTY keyboard, the ² key is right above TAB
:init
;; Use Embark to show bindings in a key prefix with `C-h`
(setq prefix-help-command #'embark-prefix-help-command)
Expand Down

0 comments on commit 14385db

Please sign in to comment.