feat(emacs/avy): remove avy-dispatch-alist config
This variable was set to its default value already.
This commit is contained in:
parent
aaf7edeba6
commit
5c5ec6f668
@ -25,16 +25,7 @@ it bépo-compatible.
|
|||||||
:defer t
|
:defer t
|
||||||
:straight t
|
:straight t
|
||||||
:config
|
:config
|
||||||
(setopt avy-keys '(?a ?u ?i ?e ?c ?t ?s ?r ?n)
|
(setopt avy-keys '(?a ?u ?i ?e ?c ?t ?s ?r ?n))
|
||||||
avy-dispatch-alist '((?x . avy-action-kill-move)
|
|
||||||
(?X . avy-action-kill-stay)
|
|
||||||
(?T . avy-action-teleport)
|
|
||||||
(?m . avy-action-mark)
|
|
||||||
(?C . avy-action-copy)
|
|
||||||
(?y . avy-action-yank)
|
|
||||||
(?Y . avy-action-yank-line)
|
|
||||||
(?I . avy-action-ispell)
|
|
||||||
(?z . avy-action-zap-to-char)))
|
|
||||||
(defun my/avy-goto-url ()
|
(defun my/avy-goto-url ()
|
||||||
"Jump to url with avy."
|
"Jump to url with avy."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user