Reformat SPC n keys
Used to be in general-define-key format, now in canonical map! format.
This commit is contained in:
parent
fc24c3bff2
commit
d222327d24
1 changed files with 4 additions and 4 deletions
|
@ -667,10 +667,10 @@
|
||||||
:desc "Insert snippet" "s" #'yas-insert-snippet)
|
:desc "Insert snippet" "s" #'yas-insert-snippet)
|
||||||
|
|
||||||
(:prefix ("n" . "notes")
|
(:prefix ("n" . "notes")
|
||||||
"d" (if (featurep! :ui deft) #'deft)
|
:desc "Open deft" "d" #'deft
|
||||||
"n" '(+default/find-in-notes :wk "Find file in notes")
|
:desc "Find file in notes" "n" #'+default/find-in-notes
|
||||||
"N" '(+default/browse-notes :wk "Browse notes")
|
:desc "Browse notes" "N" #'+default/browse-notes
|
||||||
"x" '(org-capture :wk "Org capture"))
|
:desc "Org capture" "x" #'org-capture)
|
||||||
|
|
||||||
(:prefix ("o" . "open")
|
(:prefix ("o" . "open")
|
||||||
:desc "Org agenda" "a" #'org-agenda
|
:desc "Org agenda" "a" #'org-agenda
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue