[Emacs] Move declaration of ivy-yasnippet keybind
This commit is contained in:
parent
122da77b4a
commit
a309a95094
@ -1164,6 +1164,10 @@ Finally, let’s make ~ivy~ richer:
|
|||||||
:defer t
|
:defer t
|
||||||
:after (ivy yasnippet)
|
:after (ivy yasnippet)
|
||||||
:straight (:build t))
|
:straight (:build t))
|
||||||
|
(phundrak/leader-key)
|
||||||
|
:infix "i"
|
||||||
|
:packages 'ivy-yasnippet
|
||||||
|
"y" #'ivy-yasnippet
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Applications
|
** Applications
|
||||||
@ -5801,7 +5805,6 @@ Undefining some stuff to make keybind prefixes work correctly.
|
|||||||
"hdv" #'helpful-variable
|
"hdv" #'helpful-variable
|
||||||
|
|
||||||
"i" '(nil :wk "insert")
|
"i" '(nil :wk "insert")
|
||||||
"iy" #'ivy-yasnippet
|
|
||||||
|
|
||||||
"j" '(nil :wk "jump")
|
"j" '(nil :wk "jump")
|
||||||
"jd" #'dired-jump
|
"jd" #'dired-jump
|
||||||
|
Loading…
Reference in New Issue
Block a user