From a39df823b5cd749ca2e107ee41ff7b370df47eb7 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 29 Apr 2022 21:57:22 -0700 Subject: [PATCH] Better keybinding for embark --- ha-config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ha-config.org b/ha-config.org index 2a8000e..96502ff 100644 --- a/ha-config.org +++ b/ha-config.org @@ -873,7 +873,6 @@ Since I decided to tweak the help menu, so I craft my own: "h p" '("package" . describe-package) "h s" '("symbol" . info-lookup-symbol) "h v" '("variable" . describe-variable) - "h B" '("embark" . embark-bindings) "h i" '("info" . info) "h I" '("info manual" . info-display-manual) "h j" '("info jump" . info-apropos)) @@ -951,7 +950,10 @@ The [[https://github.com/oantolin/embark/][embark]] project offers /actions/ on :init ;; Optionally replace the key help with a completing-read interface - (setq prefix-help-command #'embark-prefix-help-command)) + (setq prefix-help-command #'embark-prefix-help-command) + + :config + (ha-leader "h K" '("keybindings" . embark-bindings))) #+END_SRC ** Evil Snipe