From d222327d240ddf259b1e3478b9f2a80c2c7cf65d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 22 Dec 2018 16:48:42 -0500 Subject: [PATCH] Reformat SPC n keys Used to be in general-define-key format, now in canonical map! format. --- modules/config/default/+evil-bindings.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 692988fd4..165ad808a 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -667,10 +667,10 @@ :desc "Insert snippet" "s" #'yas-insert-snippet) (:prefix ("n" . "notes") - "d" (if (featurep! :ui deft) #'deft) - "n" '(+default/find-in-notes :wk "Find file in notes") - "N" '(+default/browse-notes :wk "Browse notes") - "x" '(org-capture :wk "Org capture")) + :desc "Open deft" "d" #'deft + :desc "Find file in notes" "n" #'+default/find-in-notes + :desc "Browse notes" "N" #'+default/browse-notes + :desc "Org capture" "x" #'org-capture) (:prefix ("o" . "open") :desc "Org agenda" "a" #'org-agenda