From a309a9509424a621f11f2be6f0203f55db71b8fb Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 20 Nov 2021 23:09:42 +0100 Subject: [PATCH] [Emacs] Move declaration of ivy-yasnippet keybind --- org/config/emacs.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 7cc6635..a2195d3 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1164,6 +1164,10 @@ Finally, let’s 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