Skip to content

Instantly share code, notes, and snippets.

@agenbite
agenbite / my-avy.el
Last active April 16, 2023 19:43
My configuration for avy after reading "avy can do anything"
;; Inspired by https://karthinks.com/software/avy-can-do-anything/ and
;; https://gist.github.com/Zetagon/1068474ef68ae0640f14dda240966ad1
;; The dispatcher:
(defun avy-show-dispatch-help ()
(let* ((len (length "avy-action-"))
(fw (frame-width))
(raw-strings (mapcar
(lambda (x)