Use tarmak-current-swap-alist

master
Jacopo De Simoi 5 years ago
parent 3e2c698e45
commit 47fa4920e1
  1. 5
      global.org

@ -2253,6 +2253,8 @@ Set up all possible combinations of modifiers
(?e . ?k) (?e . ?k)
(?k . ?n) (?k . ?n)
(?n . ?j))) (?n . ?j)))
(setq tarmak-current-swap-alist tarmak2-swap-alist)
#+end_src #+end_src
#+begin_src emacs-lisp #+begin_src emacs-lisp
@ -2289,7 +2291,8 @@ Set up all possible combinations of modifiers
(concat mod-combo (concat mod-combo
(string (cdr swap-pair))))) (string (cdr swap-pair)))))
modifier-combo)) modifier-combo))
tarmak2-swap-alist))) tarmak-current-swap-alist)))
(defun tarmak-avy () (defun tarmak-avy ()
(interactive) (interactive)

Loading…
Cancel
Save