[Emacs] Move declaration of ivy-yasnippet keybind

This commit is contained in:
Lucien Cartier-Tilet 2021-11-20 23:09:42 +01:00
parent 122da77b4a
commit a309a95094
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 1 deletions

View File

@ -1164,6 +1164,10 @@ Finally, lets make ~ivy~ richer:
:defer t
:after (ivy yasnippet)
:straight (:build t))
(phundrak/leader-key)
:infix "i"
:packages 'ivy-yasnippet
"y" #'ivy-yasnippet
#+end_src
** Applications
@ -5801,7 +5805,6 @@ Undefining some stuff to make keybind prefixes work correctly.
"hdv" #'helpful-variable
"i" '(nil :wk "insert")
"iy" #'ivy-yasnippet
"j" '(nil :wk "jump")
"jd" #'dired-jump