mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Reformat SPC n keys
Used to be in general-define-key format, now in canonical map! format.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user