Skip to content

Instantly share code, notes, and snippets.

@mpontus
Created March 3, 2015 00:48
Show Gist options
  • Save mpontus/5ab9d6b457b33754be93 to your computer and use it in GitHub Desktop.
Save mpontus/5ab9d6b457b33754be93 to your computer and use it in GitHub Desktop.
(advice-add 'describe-prefix-bindings :after
(defun another-chance? (&rest args)
(unless (key-binding (this-command-keys))
(let ((path (listify-key-sequence (this-command-keys-vector))))
(set-transient-map (key-binding (vconcat (butlast path))))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment