Set colemak bindings for avy

master
Jacopo De Simoi 3 years ago
parent 14e2a0bea5
commit 637cc301f4
  1. 6
      global.org

@ -2865,10 +2865,8 @@
(defun tarmak-avy () (defun tarmak-avy ()
(interactive) (interactive)
(setq aw-keys (mapcar 'untarmak-key (setq aw-keys '(?n ?t ?h ?d ?e ?s ?i ?r ?o ?a)
'(?j ?f ?g ?h ?k ?d ?l ?s ?a)) avy-keys '(?n ?t ?h ?d ?e ?s ?i ?r ?o ?a)))
avy-keys (mapcar 'untarmak-key
'(?j ?f ?g ?h ?k ?d ?l ?s ?a))))
(defun qwerty() (defun qwerty()
(interactive) (interactive)

Loading…
Cancel
Save