diff options
author | jao <jao@gnu.org> | 2024-04-08 14:18:02 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-04-08 14:18:02 +0100 |
commit | 2885a591bcedaef0d4ba89ce23910ec4ec9376d4 (patch) | |
tree | 8e490c4f262c44a1b757c19645a0372a603c03f6 /custom | |
parent | 4444616076105252c827f8313edd4d4c1caf29f9 (diff) | |
download | elibs-2885a591bcedaef0d4ba89ce23910ec4ec9376d4.tar.gz elibs-2885a591bcedaef0d4ba89ce23910ec4ec9376d4.tar.bz2 |
plain old help on keys
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-completion.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index a5989db..b44f9b6 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -217,8 +217,8 @@ (window-parameters (mode-line-format . none)) (window-height . fit-window-to-buffer))) - (setq prefix-help-command #'embark-prefix-help-command) - (add-to-list 'vertico-multiform-categories '(embark-keybinding grid)) + ;; (setq prefix-help-command #'describe-prefix-bindings) + ;; (add-to-list 'vertico-multiform-categories '(embark-keybinding grid)) :bind (("C-;" . embark-act) ("C-c ;" . embark-act) |